From 7b978089d5b2219c7aae718ece18efdc134db37d Mon Sep 17 00:00:00 2001 From: Codex Date: Mon, 10 Aug 2026 12:10:15 +0800 Subject: [PATCH] =?UTF-8?q?feat(M08-D):=20=E8=A1=A5=E5=9B=A2=E8=B4=AD?= =?UTF-8?q?=E4=B8=8E=E7=AC=AC=E4=B8=89=E6=96=B9=E5=B9=B3=E5=8F=B0=E8=BF=90?= =?UTF-8?q?=E8=90=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/src/App.vue | 19 ++- admin/src/api.ts | 55 +++++++ admin/src/components/ThirdPartyPanel.vue | 139 ++++++++++++++++++ admin/src/styles.css | 49 ++++++ admin/src/types.ts | 62 ++++++++ backend/src/routes/third-party.ts | 108 ++++++++------ .../src/third-party/third-party-service.ts | 60 ++++++++ backend/tests/third-party.test.mjs | 29 ++++ scripts/check-admin-m08-d.mjs | 22 +++ 9 files changed, 493 insertions(+), 50 deletions(-) create mode 100644 admin/src/components/ThirdPartyPanel.vue diff --git a/admin/src/App.vue b/admin/src/App.vue index 303a49d..d1001d7 100644 --- a/admin/src/App.vue +++ b/admin/src/App.vue @@ -59,6 +59,15 @@ 支付分账 + @@ -104,6 +113,11 @@ :session="session" /> + +