koishi-plugin-group-verification 1.0.14 → 1.0.15

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/package.json +2 -2
  2. package/readme.md +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-group-verification",
3
- "description": "Koishi 群组加群验证插件,支持多关键词匹配审核、多种审核方式和详细统计功能",
4
- "version": "1.0.14",
3
+ "description": "[WIP] Koishi 群组加群验证插件,支持多关键词匹配审核、多种审核方式和详细统计功能",
4
+ "version": "1.0.15",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [
package/readme.md CHANGED
@@ -1,4 +1,4 @@
1
- # Koishi 群组验证插件
1
+ # Koishi 群组验证插件 [WIP]
2
2
 
3
3
  一个功能完整的 Koishi 群组加群验证插件,支持多关键词匹配审核、多种审核方式和详细统计功能。
4
4
 
@@ -13,7 +13,7 @@
13
13
 
14
14
  ## 🚀 安装使用
15
15
 
16
- ```bash
16
+ ```
17
17
  # 在 Koishi 控制台中搜索并安装
18
18
  koishi-plugin-group-verification
19
19
  ```