2e797f86b7
批量读 Redis 心跳返回 status,前端与主服务器列表样式一致。 Co-authored-by: Cursor <cursoragent@cursor.com>
20 lines
583 B
Markdown
20 lines
583 B
Markdown
# 2026-06-21 宝塔服务器列表增加在线状态列
|
|
|
|
## 摘要
|
|
|
|
`GET /api/btpanel/servers` 与「宝塔 · 服务器列表」表格新增 **状态** 列(在线 / 离线 / 未知),与主服务器列表一致,优先读 Redis 心跳。
|
|
|
|
## 涉及文件
|
|
|
|
- `server/application/services/btpanel_service.py`
|
|
- `frontend/src/api/btpanel.ts`
|
|
- `frontend/src/pages/btpanel/BtPanelLoginPage.vue`
|
|
- `tests/test_btpanel_server_list.py`
|
|
|
|
## 验证
|
|
|
|
```bash
|
|
.venv/bin/pytest tests/test_btpanel_server_list.py -q
|
|
# 前端:宝塔 → 服务器列表,状态列显示在线/离线
|
|
```
|