From 2032056bb566b73cd7bf93209598a370043d0a8d Mon Sep 17 00:00:00 2001 From: KimigaiiWuyi <444835641@qq.com> Date: Mon, 11 Dec 2023 03:39:03 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20=E6=9B=B4=E6=96=B0=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=8F=91=E9=80=81=E6=8C=89=E9=92=AE=E5=B9=B3=E5=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gsuid_core/utils/plugins_config/config_default.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gsuid_core/utils/plugins_config/config_default.py b/gsuid_core/utils/plugins_config/config_default.py index 937a55a..b98c28c 100644 --- a/gsuid_core/utils/plugins_config/config_default.py +++ b/gsuid_core/utils/plugins_config/config_default.py @@ -66,7 +66,9 @@ CONIFG_DEFAULT: Dict[str, GSC] = { 'ProxyURL': GsStrConfig('安装插件时使用git代理地址', 'git代理地址', ''), 'SendMDPlatform': GsListStrConfig('默认发送MD的平台列表(用:连接)', '发送MD的平台列表', []), 'SendButtonsPlatform': GsListStrConfig( - '默认发送按钮的平台列表(用:连接)', '发送按钮的平台列表', ["villa", "kaiheila", "dodo"] + '默认发送按钮的平台列表(用:连接)', + '发送按钮的平台列表', + ["villa", "kaiheila", "dodo", "discord", "telegram"], ), 'ForceSendMD': GsBoolConfig('强制使用MD发送图文', '强制使用MD发送图文', False), }