From 65f2e7c9167af6644380d5cf584e738b0123645e Mon Sep 17 00:00:00 2001 From: Codex Date: Mon, 10 Aug 2026 11:22:13 +0800 Subject: [PATCH] =?UTF-8?q?feat(M08-D):=20=E5=BB=BA=E7=AB=8B=E5=90=8E?= =?UTF-8?q?=E5=8F=B0=E8=BF=90=E8=90=A5=E6=80=BB=E8=A7=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/src/App.vue | 52 +++- admin/src/api.ts | 14 + .../components/OperationsOverviewPanel.vue | 284 +++++++++++++++++ admin/src/styles.css | 294 ++++++++++++++++++ admin/src/types.ts | 33 ++ backend/src/routes/business-statistics.ts | 58 ++-- backend/tests/business-statistics.test.mjs | 7 + scripts/check-admin-m08-d.mjs | 71 +++++ scripts/dev/windows/test-all.ps1 | 1 + 9 files changed, 775 insertions(+), 39 deletions(-) create mode 100644 admin/src/components/OperationsOverviewPanel.vue create mode 100644 scripts/check-admin-m08-d.mjs diff --git a/admin/src/App.vue b/admin/src/App.vue index 6baff72..06037e7 100644 --- a/admin/src/App.vue +++ b/admin/src/App.vue @@ -10,7 +10,21 @@