feat: 监控区 2x2 布局与左上今日统计卡

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-04 23:10:32 +08:00
parent eb975b0133
commit 9deb58a38a
9 changed files with 362 additions and 24 deletions
+1
View File
@@ -58,6 +58,7 @@ class MonitorBoardStore:
"ok": p.get("ok", True) if self.payload else False,
"board_version": self.version,
"rows": rows,
"totals": p.get("totals") if isinstance(p.get("totals"), dict) else None,
"updated_at": p.get("updated_at"),
"aggregating": self.aggregating,
"error": self.last_error or p.get("error"),