koishi-plugin-ggcevo-game 0.4.2 → 0.4.3

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 +2 -2
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -32,7 +32,7 @@ var name = "ggcevo-game";
32
32
  var Config = import_koishi.Schema.object({
33
33
  proxyAgent: import_koishi.Schema.string().description("代理服务器地址"),
34
34
  ggcqun: import_koishi.Schema.string().description("开启咕咕虫排行榜的群组").required(),
35
- signrequire: import_koishi.Schema.boolean().description("是否开启签到要求每日一场").default(true),
35
+ signrequire: import_koishi.Schema.boolean().description("是否开启签到要求进行一场游戏").default(true),
36
36
  autorank: import_koishi.Schema.boolean().description("是否开启每小时自动同步rank数据").default(true),
37
37
  ignoreGlobalLimit: import_koishi.Schema.boolean().description("是否开启无限制兑换").default(false)
38
38
  });
@@ -1000,7 +1000,7 @@ ID:${activity.id}
1000
1000
  "萌萌熊": { quality: "t2", type: "宠物", cost: 4, quantity: 3 },
1001
1001
  "荆棘蜥蜴": { quality: "t2", type: "宠物", cost: 4, quantity: 3 },
1002
1002
  "萌宠小狗": { quality: "t1", type: "宠物", cost: 5, quantity: 2 },
1003
- "熔岩蟹": { quality: "t1", type: "宠物", cost: 5, quantity: 2 },
1003
+ "熔岩虫": { quality: "t1", type: "宠物", cost: 5, quantity: 2 },
1004
1004
  "尸甲虫": { quality: "t1", type: "宠物", cost: 5, quantity: 2 },
1005
1005
  "绿毛虫": { quality: "t0", type: "宠物", cost: 6, quantity: 1 },
1006
1006
  "妙蛙种子": { quality: "t0", type: "宠物", cost: 6, quantity: 1 },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-ggcevo-game",
3
3
  "description": "星际争霸2游戏大厅咕咕虫-evolved地图专属插件",
4
- "version": "0.4.2",
4
+ "version": "0.4.3",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [