增加web channel

This commit is contained in:
Stony
2024-11-26 14:09:20 +08:00
parent cf84e57f81
commit 71c18c04fc
6 changed files with 381 additions and 1 deletions

2
app.py
View File

@@ -27,7 +27,7 @@ def sigterm_handler_wrap(_signo):
def start_channel(channel_name: str):
channel = channel_factory.create_channel(channel_name)
if channel_name in ["wx", "wxy", "terminal", "wechatmp", "wechatmp_service", "wechatcom_app", "wework",
if channel_name in ["wx", "wxy", "terminal", "wechatmp","web", "wechatmp_service", "wechatcom_app", "wework",
const.FEISHU, const.DINGTALK]:
PluginManager().load_plugins()