feat: 优化飞书集成、知识库、Agent、工单管理及AI建议功能,统一前端对话字体样式并移除工单模板文件。

This commit is contained in:
zhaojie
2026-02-11 22:53:08 +08:00
parent f8f3738134
commit d0dd18342f
31 changed files with 1384 additions and 211 deletions

View File

@@ -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()