koishi-plugin-toram 3.0.1-alpha.3 → 3.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -553,7 +553,7 @@ var Config = import_koishi.Schema.intersect([
|
|
|
553
553
|
allowLoadJson: import_koishi.Schema.boolean().description("是否允许载入json内容").default(false)
|
|
554
554
|
}).description("状态配置"),
|
|
555
555
|
import_koishi.Schema.object({
|
|
556
|
-
maxLevel: import_koishi.Schema.number().description("当前版本的最大等级").
|
|
556
|
+
maxLevel: import_koishi.Schema.number().description("当前版本的最大等级").default(280)
|
|
557
557
|
}).description("游戏信息"),
|
|
558
558
|
import_koishi.Schema.object({
|
|
559
559
|
dishes_return: import_koishi.Schema.number().description("使用料理指令且不指定等级时最少返回的玩家昵称数量").min(1).step(1).default(15),
|