From 1bd35dc13b68c588b3c9b8b2200461567a24c510 Mon Sep 17 00:00:00 2001 From: shenhan000 Date: Sat, 26 Apr 2025 15:45:01 +0800 Subject: [PATCH] update --- app/components.d.ts | 2 - app/components/GoldPayment.vue | 8 +- app/components/IntPayment.vue | 6 +- app/components/planet-item.vue | 1 + app/pages/public-planet-detail/index.vue | 133 ++++++++++++++++------- 5 files changed, 100 insertions(+), 50 deletions(-) diff --git a/app/components.d.ts b/app/components.d.ts index 0c20810..5e686aa 100644 --- a/app/components.d.ts +++ b/app/components.d.ts @@ -22,12 +22,10 @@ declare module 'vue' { NForm: typeof import('naive-ui')['NForm'] NFormItem: typeof import('naive-ui')['NFormItem'] NIcon: typeof import('naive-ui')['NIcon'] - NImageGroup: typeof import('naive-ui')['NImageGroup'] NInfiniteScroll: typeof import('naive-ui')['NInfiniteScroll'] NInput: typeof import('naive-ui')['NInput'] NInputGroup: typeof import('naive-ui')['NInputGroup'] NInputNumber: typeof import('naive-ui')['NInputNumber'] - NMessageProvider: typeof import('naive-ui')['NMessageProvider'] NModal: typeof import('naive-ui')['NModal'] NPagination: typeof import('naive-ui')['NPagination'] NPopconfirm: typeof import('naive-ui')['NPopconfirm'] diff --git a/app/components/GoldPayment.vue b/app/components/GoldPayment.vue index 424f3a6..9a02477 100644 --- a/app/components/GoldPayment.vue +++ b/app/components/GoldPayment.vue @@ -1,7 +1,7 @@