feat:新增豆包绘图示例插件

This commit is contained in:
SengokuCola
2025-05-23 15:36:01 +08:00
parent 0eb1320481
commit 46ffa826e5
8 changed files with 391 additions and 8 deletions

View File

@@ -25,7 +25,7 @@ class MuteAction(PluginAction):
"当千石可乐或可乐酱要求你禁言时使用",
"当你想回避某个话题时使用",
]
default = True # 不是默认动作,需要手动添加到使用集
default = False # 不是默认动作,需要手动添加到使用集
async def process(self) -> Tuple[bool, str]:
"""处理测试动作"""