feat: 添加 SignalR 客户端与订单大厅 API 模块
All checks were successful
Build and Deploy TenantUI / build-and-deploy (push) Successful in 1m59s

- 安装 @microsoft/signalr 依赖
- 新增 useSignalR Hook(自动重连 + 断线补偿回调)
- 新增订单大厅 API 模块(board/stats/pending-since + 接单/拒单/出餐/确认)
This commit is contained in:
2026-02-27 13:12:04 +08:00
parent 2e510a8fa7
commit 42bf54a52c
4 changed files with 315 additions and 0 deletions

View File

@@ -26,6 +26,7 @@
"#/*": "./src/*"
},
"dependencies": {
"@microsoft/signalr": "^8.0.7",
"@vben/access": "workspace:*",
"@vben/common-ui": "workspace:*",
"@vben/constants": "workspace:*",