koishi-plugin-onebot-verifier 1.2.2 → 1.2.3
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/index.js +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -88,7 +88,7 @@ var Config = import_koishi.Schema.intersect([
|
|
|
88
88
|
}).description("加群请求配置"),
|
|
89
89
|
import_koishi.Schema.object({
|
|
90
90
|
voteInSitu: import_koishi.Schema.boolean().description("[投票]原群投票模式").default(true),
|
|
91
|
-
voteRatio: import_koishi.Schema.string().description("[投票]支持/反对人数").default("5:
|
|
91
|
+
voteRatio: import_koishi.Schema.string().description("[投票]支持/反对人数").default("5:2"),
|
|
92
92
|
captchaDiff: import_koishi.Schema.union([
|
|
93
93
|
import_koishi.Schema.const("simple").description("简单"),
|
|
94
94
|
import_koishi.Schema.const("medium").description("中等"),
|
package/package.json
CHANGED