🐛 增加red发送图片配置项

This commit is contained in:
Wuyi无疑 2023-11-28 18:18:14 +08:00 committed by GitHub
parent 7a9215042e
commit f9336656ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'),