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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. 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("当前版本的最大等级").required().min(100).max(500).step(5).default(280)
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),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-toram",
3
3
  "description": "托拉姆物语小工具",
4
- "version": "3.0.1-alpha.3",
4
+ "version": "3.0.2",
5
5
  "contributors": [
6
6
  "青灯 <1874053520@qq.com>"
7
7
  ],