koishi-plugin-checkgal 1.4.3 → 1.4.5

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.
package/lib/commands.d.ts CHANGED
@@ -8,6 +8,5 @@ declare module 'koishi' {
8
8
  gameCache: GameCache;
9
9
  }
10
10
  }
11
- export declare const name: string[];
12
11
  export declare const inject: string[];
13
12
  export declare function apply(ctx: Context, config: Config): void;
package/lib/commands.js CHANGED
@@ -1,9 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.inject = exports.name = void 0;
3
+ exports.inject = void 0;
4
4
  exports.apply = apply;
5
5
  const koishi_1 = require("koishi");
6
- exports.name = ['touchgal', 'gameCache'];
7
6
  exports.inject = ['touchgal', 'gameCache'];
8
7
  function apply(ctx, config) {
9
8
  ctx.command('查询gal <keyword:text>', '查询Galgame信息')
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-checkgal",
3
- "version": "1.4.3",
4
- "description": "个人测试请勿使用",
3
+ "version": "1.4.5",
4
+ "description": "基于TouchGal API的Galgame信息查询与下载插件",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [
@@ -16,7 +16,7 @@
16
16
  "plugin",
17
17
  "galgame"
18
18
  ],
19
- "author": "Roo",
19
+ "author": "lumiawang",
20
20
  "license": "AGPL-3.0",
21
21
  "koishi": {
22
22
  "name": "checkgal"