koishi-plugin-ccb-plus 0.2.9 → 0.2.10

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/model.d.ts +1 -0
  2. package/package.json +1 -1
package/lib/model.d.ts CHANGED
@@ -18,6 +18,7 @@ export interface CCBUserSetting {
18
18
  optOut: boolean;
19
19
  lastToggleTime: number;
20
20
  overrides: Record<string, boolean>;
21
+ lastToggleTimes?: Record<string, number>;
21
22
  }
22
23
  declare module 'koishi' {
23
24
  interface Tables {
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": "0.2.9",
4
+ "version": "0.2.10",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [