Skip to content

Commit 71d19b0

Browse files
committed
fix: 配置文件Schema未更新错误
1 parent f4545d7 commit 71d19b0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

schema/config.schema.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,11 @@
7474
},
7575
"stop_star": {
7676
"title": "停止星级 (扫描到此星级的圣遗物时停止后续操作) [默认值: 1]",
77-
"type": "integer",
77+
"type": [
78+
"integer",
79+
"null"
80+
],
7881
"format": "uint32",
79-
"default": 1,
8082
"maximum": 5,
8183
"minimum": 1
8284
}

0 commit comments

Comments
 (0)