From 8f6a72fa467b76441a2bd1efa81ca5a90673c56b Mon Sep 17 00:00:00 2001 From: yml Date: Mon, 4 May 2026 11:19:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=86=E5=88=86=E5=B9=B3=E5=8F=B0=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E9=A1=B5=E5=B1=A5=E7=BA=A6=E8=B0=83=E8=AF=95=E5=8C=BA?= =?UTF-8?q?=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/frontend/src/components.d.ts | 1 + .../AdminPlatformCloudtentaclesSection.vue | 256 ++++++++++++++++++ .../views/admin/AdminPlatformShopsView.vue | 225 +++------------ 3 files changed, 294 insertions(+), 188 deletions(-) create mode 100644 apps/frontend/src/components/admin/AdminPlatformCloudtentaclesSection.vue diff --git a/apps/frontend/src/components.d.ts b/apps/frontend/src/components.d.ts index 311b4825..be0c478b 100644 --- a/apps/frontend/src/components.d.ts +++ b/apps/frontend/src/components.d.ts @@ -13,6 +13,7 @@ declare module 'vue' { export interface GlobalComponents { AdminPaginationBar: typeof import('./components/admin/AdminPaginationBar.vue')['default'] AdminPlatformAgisoSection: typeof import('./components/admin/AdminPlatformAgisoSection.vue')['default'] + AdminPlatformCloudtentaclesSection: typeof import('./components/admin/AdminPlatformCloudtentaclesSection.vue')['default'] AdminPlatformKhhaoSection: typeof import('./components/admin/AdminPlatformKhhaoSection.vue')['default'] AdminPlatformKuaishouEticketSection: typeof import('./components/admin/AdminPlatformKuaishouEticketSection.vue')['default'] AdminStatusTag: typeof import('./components/admin/AdminStatusTag.vue')['default'] diff --git a/apps/frontend/src/components/admin/AdminPlatformCloudtentaclesSection.vue b/apps/frontend/src/components/admin/AdminPlatformCloudtentaclesSection.vue new file mode 100644 index 00000000..5fb04b01 --- /dev/null +++ b/apps/frontend/src/components/admin/AdminPlatformCloudtentaclesSection.vue @@ -0,0 +1,256 @@ + + + diff --git a/apps/frontend/src/views/admin/AdminPlatformShopsView.vue b/apps/frontend/src/views/admin/AdminPlatformShopsView.vue index 1a8d0045..41f339b7 100644 --- a/apps/frontend/src/views/admin/AdminPlatformShopsView.vue +++ b/apps/frontend/src/views/admin/AdminPlatformShopsView.vue @@ -2,6 +2,7 @@ import { onMounted, ref } from 'vue' import AdminPlatformAgisoSection from '@/components/admin/AdminPlatformAgisoSection.vue' +import AdminPlatformCloudtentaclesSection from '@/components/admin/AdminPlatformCloudtentaclesSection.vue' import AdminPlatformKhhaoSection from '@/components/admin/AdminPlatformKhhaoSection.vue' import AdminPlatformKuaishouEticketSection from '@/components/admin/AdminPlatformKuaishouEticketSection.vue' import { useAdminAgisoPlatform } from '@/composables/admin/platform-shops/useAdminAgisoPlatform' @@ -16,7 +17,6 @@ import { fetchAdminKuaishouEticketSourceConfig, } from '@/services/admin' import { hasAdminRole } from '@/utils/admin-auth' -import { formatAdminDateTime } from '@/utils/admin-time' import '@/styles/admin-platform-shops.css' const loading = ref(true) @@ -360,193 +360,42 @@ onMounted(loadConfigs) :handle-kuaishou-eticket-consume="handleKuaishouEticketConsume" /> - +