koishi-plugin-starfx-bot 0.3.0 → 0.3.1

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
@@ -50,7 +50,7 @@ var assetsDir;
50
50
  var Config = import_koishi.Schema.object({
51
51
  openLock: import_koishi.Schema.boolean().default(true).description("开启明日方舟封印功能"),
52
52
  openSold: import_koishi.Schema.boolean().default(true).description('开启闲鱼"卖掉了"功能'),
53
- atNotSay: import_koishi.Schema.boolean().default(true).description("开启‘艾特我又不说话’功能"),
53
+ atNotSay: import_koishi.Schema.boolean().default(true).description("开启‘艾特我/他又不说话’功能"),
54
54
  replyBot: import_koishi.Schema.boolean().default(true).description("开启回复‘机器人’功能"),
55
55
  iLoveYou: import_koishi.Schema.boolean().default(true).description("开启‘我喜欢你’功能")
56
56
  });
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "contributors": [
5
5
  "StarFreedomX <starfreedomx@outlook.com>"
6
6
  ],
7
- "version": "0.3.0",
7
+ "version": "0.3.1",
8
8
  "main": "lib/index.js",
9
9
  "typings": "lib/index.d.ts",
10
10
  "files": [