feat(websocket): 添加WebSocket数据监控页面和代理配置

新增WebSocket数据监控页面,包含四种图表展示实时数据,支持数据类型切换
更新vue.config.js添加WebSocket代理配置
添加IDE配置文件到.gitignore
This commit is contained in:
砂糖
2025-11-03 10:17:57 +08:00
parent 8a0327b63e
commit 7f98f145d4
3 changed files with 649 additions and 1 deletions

2
.gitignore vendored
View File

@@ -4,6 +4,8 @@
node_modules
.pnp
.pnp.js
.idea
.vscode
# Turbo
.turbo