mirror of
https://github.com/Genshin-bots/gsuid_core.git
synced 2025-05-12 06:55:49 +08:00
🐛 增加red
发送图片配置项
This commit is contained in:
parent
7a9215042e
commit
f9336656ea
@ -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'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user