From 4eac99dd87bc48f43564614ea4b142d6cc3283e0 Mon Sep 17 00:00:00 2001 From: Codex Date: Mon, 10 Aug 2026 12:00:02 +0800 Subject: [PATCH] =?UTF-8?q?feat(M08-D):=20=E8=A1=A5=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E9=80=80=E6=AC=BE=E4=B8=8E=E5=88=86=E8=B4=A6=E8=BF=90=E8=90=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/src/App.vue | 18 ++- admin/src/api.ts | 59 ++++++++++ admin/src/components/PaymentsPanel.vue | 155 +++++++++++++++++++++++++ admin/src/styles.css | 106 +++++++++++++++++ admin/src/types.ts | 55 +++++++++ scripts/check-admin-m08-d.mjs | 22 ++++ 6 files changed, 412 insertions(+), 3 deletions(-) create mode 100644 admin/src/components/PaymentsPanel.vue diff --git a/admin/src/App.vue b/admin/src/App.vue index aefe9d9..303a49d 100644 --- a/admin/src/App.vue +++ b/admin/src/App.vue @@ -50,9 +50,14 @@ 设备 - @@ -94,6 +99,11 @@ :session="session" /> + +