fix: serve.py 添加 WebSocket 代理支持,控制台连接正常

- serve.py 使用 websockets 库代理 /ws/* 到后端
- 新增 frontend/requirements.txt 依赖
- install.sh 自动安装前端 Python 依赖
This commit is contained in:
Hermes Agent
2026-05-13 13:14:25 +08:00
parent fcf52846a7
commit 3e365a04fd
3 changed files with 49 additions and 7 deletions
+1
View File
@@ -0,0 +1 @@
websockets>=10.0