From 185fc8750baa5e60fc57797179b5830a88dd7e9d Mon Sep 17 00:00:00 2001 From: Linzm <1015157648@qq.com> Date: Mon, 4 Aug 2025 09:22:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BE=BE=E4=BA=BA=E4=B8=8B=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.d.ts | 2 + index.html | 5 + src/app.css | 2 +- src/utils/area.ts | 3942 +++++++++++++++++++++++++++++++++++ src/views/badge/index.vue | 76 +- src/views/badge/preview.vue | 140 +- 6 files changed, 4133 insertions(+), 34 deletions(-) create mode 100644 src/utils/area.ts diff --git a/components.d.ts b/components.d.ts index 109a968..ae92c0c 100644 --- a/components.d.ts +++ b/components.d.ts @@ -21,6 +21,8 @@ declare module '@vue/runtime-core' { Tabbar: typeof import('./src/components/tabbar/index.vue')['default'] Tensorflow: typeof import('./src/components/arFrame/tensorflow.vue')['default'] VanActionSheet: typeof import('vant/es')['ActionSheet'] + VanAddressEdit: typeof import('vant/es')['AddressEdit'] + VanArea: typeof import('vant/es')['Area'] VanDivider: typeof import('vant/es')['Divider'] VanField: typeof import('vant/es')['Field'] VanIcon: typeof import('vant/es')['Icon'] diff --git a/index.html b/index.html index a9a3309..61c1d89 100644 --- a/index.html +++ b/index.html @@ -12,4 +12,9 @@