From b6013ea99b244dded22272adebc3fdc808733760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AD=89=E9=A3=8E=E6=9D=A5?= <3139373986@qq.com> Date: Fri, 10 May 2024 20:24:41 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC=20=E5=B8=AE=E5=8A=A9=E5=88=86?= =?UTF-8?q?=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 等风来 <3139373986@qq.com> --- config/system/gpAdmin_system.js | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/config/system/gpAdmin_system.js b/config/system/gpAdmin_system.js index ad73c3f..cfb4c1f 100644 --- a/config/system/gpAdmin_system.js +++ b/config/system/gpAdmin_system.js @@ -198,8 +198,24 @@ export const helpList = [ icon: 16 } ] - }, - { + }, { + group: "投票禁言(更多配置请看config/groupAdmin.yaml)", + list: [ + { + title: "#(启用|禁用)投票禁言", + desc: "是否允许群员投票", + icon: 4 + }, { + title: "#投票禁言<@QQ>", + desc: "投票禁言不听话的群员", + icon: 6 + }, { + title: "#(支持|反对)禁言<@QQ>", + desc: "跟随投票", + icon: 12 + } + ] + }, { group: "其他", list: [ { @@ -214,14 +230,6 @@ export const helpList = [ title: "#开启|关闭白名单解禁", desc: "白名单被禁言时自动解禁", icon: 8 - }, { - title: "#投票禁言<@QQ>", - desc: "投票禁言不听话的群员", - icon: 6 - }, { - title: "#(启用|禁用)投票禁言", - desc: "是否允许群员投票", - icon: 4 } ] },