feat: add qq channel

This commit is contained in:
zhayujie
2026-03-17 15:43:04 +08:00
parent 46d97fd57d
commit 005a0e1bad
8 changed files with 854 additions and 0 deletions

1
app.py
View File

@@ -228,6 +228,7 @@ def _clear_singleton_cache(channel_name: str):
const.FEISHU: "channel.feishu.feishu_channel.FeiShuChanel",
const.DINGTALK: "channel.dingtalk.dingtalk_channel.DingTalkChanel",
const.WECOM_BOT: "channel.wecom_bot.wecom_bot_channel.WecomBotChannel",
const.QQ: "channel.qq.qq_channel.QQChannel",
}
module_path = cls_map.get(channel_name)
if not module_path: