koishi-plugin-ccb-plus 1.0.7 → 1.0.8

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
@@ -461,7 +461,7 @@ function applyCcbCommand(ctx, config, state) {
461
461
  const senderOptOut = senderSetting?.optOut ?? config.defaultOptOut;
462
462
  const senderIsInitial = !senderSetting;
463
463
  if (senderOptOut) {
464
- const message2 = senderIsInitial ? "你还未开启ccb功能。请先使用 /ccb --on 来开启。" : "你已开启保护模式,无法ccb他人。请先使用 /ccb --on 解除保护。";
464
+ const message2 = senderIsInitial ? "你还未开启ccb功能。请先使用 /ccb --on 来开启。" : "你已开启保护模式,无法ccb他人。请先使用 /ccb --on 解除保护。";
465
465
  return message2;
466
466
  }
467
467
  const actorId = senderId;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-ccb-plus",
3
3
  "description": "Koishi 插件,与群友发生 ccb 行为。(移植自 astrbot_plugin_ccb_plus )",
4
- "version": "1.0.7",
4
+ "version": "1.0.8",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [