mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-07-20 21:57:14 +08:00
feat: complete the QQ channel and supplement the docs
This commit is contained in:
@@ -615,6 +615,15 @@ class ChannelsHandler:
|
||||
{"key": "wecom_bot_secret", "label": "Secret", "type": "secret"},
|
||||
],
|
||||
}),
|
||||
("qq", {
|
||||
"label": {"zh": "QQ 机器人", "en": "QQ Bot"},
|
||||
"icon": "fa-comment",
|
||||
"color": "blue",
|
||||
"fields": [
|
||||
{"key": "qq_app_id", "label": "App ID", "type": "text"},
|
||||
{"key": "qq_app_secret", "label": "App Secret", "type": "secret"},
|
||||
],
|
||||
}),
|
||||
("wechatcom_app", {
|
||||
"label": {"zh": "企微自建应用", "en": "WeCom App"},
|
||||
"icon": "fa-building",
|
||||
|
||||
Reference in New Issue
Block a user