feat: 监控区 2x2 布局与左上今日统计卡
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user