From f9336656ead8fed111190c8ec95bb0ffc30ea8ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wuyi=E6=97=A0=E7=96=91?= <444835641@qq.com> Date: Tue, 28 Nov 2023 18:18:14 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E5=A2=9E=E5=8A=A0`red`=E5=8F=91?= =?UTF-8?q?=E9=80=81=E5=9B=BE=E7=89=87=E9=85=8D=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gsuid_core/utils/plugins_config/send_pic_config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gsuid_core/utils/plugins_config/send_pic_config.py b/gsuid_core/utils/plugins_config/send_pic_config.py index b600145..9f8193c 100644 --- a/gsuid_core/utils/plugins_config/send_pic_config.py +++ b/gsuid_core/utils/plugins_config/send_pic_config.py @@ -4,6 +4,7 @@ from .models import GSC, GsStrConfig SEND_PIC_CONIFG: Dict[str, GSC] = { 'onebot': GsStrConfig('OneBot图片发送方式', '可选link或base64', 'base64'), + 'red': GsStrConfig('Red图片发送方式', '可选link或base64', 'base64'), 'onebot_v12': GsStrConfig('OneBot V12图片发送方式', '可选link或base64', 'base64'), 'qqguild': GsStrConfig('QQ Guild图片发送方式', '可选link或base64', 'base64'), 'qqgroup': GsStrConfig('QQ Group图片发送方式', '可选link或base64', 'link'),