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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. 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:1"),
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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-onebot-verifier",
3
3
  "description": "[仅支持 Onebot 平台]支持好友申请/群组邀请/加群请求等的自动审核,可根据等级与正则进行筛选,并有入群验证码、投票表决、被踢清理等功能。",
4
- "version": "1.2.2",
4
+ "version": "1.2.3",
5
5
  "contributors": [
6
6
  "Yis_Rime <yis_rime@outlook.com>"
7
7
  ],