@q78kg/koishi-plugin-text-censor 1.0.4-beta.8 → 1.0.4-beta.9

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
@@ -47,7 +47,7 @@ var Config = import_koishi.Schema.intersect([
47
47
  import_koishi.Schema.tuple([
48
48
  import_koishi.Schema.string().default("data/text-censor/censor.txt")
49
49
  ])
50
- ).description("敏感词库的文件路径。").default([["", "data/text-censor/censor.txt"]])
50
+ ).description("敏感词库的文件路径。").default([["data/text-censor/censor.txt"]])
51
51
  }),
52
52
  import_koishi.Schema.object({
53
53
  removeWords: import_koishi.Schema.boolean().description("是否直接删除敏感词。").default(false),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@q78kg/koishi-plugin-text-censor",
3
3
  "description": "A text censor provider for Koishi",
4
- "version": "1.0.4-beta.8",
4
+ "version": "1.0.4-beta.9",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [