feat: 优化飞书集成、知识库、Agent、工单管理及AI建议功能,统一前端对话字体样式并移除工单模板文件。
This commit is contained in:
@@ -126,7 +126,7 @@ def main():
|
||||
websocket_thread = threading.Thread(target=start_websocket_server, daemon=True)
|
||||
websocket_thread.start()
|
||||
|
||||
# 在单独线程中启动飞书长连接服务
|
||||
# 在单独线程中启动飞书长连接服务(已添加消息去重,可与Webhook共存)
|
||||
feishu_thread = threading.Thread(target=start_feishu_longconn_service, daemon=True)
|
||||
feishu_thread.start()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user