From 96f5bcec519b4e6ce81c231c839057127cc33fc2 Mon Sep 17 00:00:00 2001 From: Linzm <1015157648@qq.com> Date: Thu, 5 Jun 2025 17:48:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=95=E5=9B=BE=E5=BE=BD=E7=AB=A0=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.d.ts | 1 + index.html | 2 +- package-lock.json | 450 +++++++++++++++++++++++++++- package.json | 2 + pnpm-lock.yaml | 140 ++++++++- src/api/badge.ts | 75 ++++- src/config/config.ts | 2 +- src/lang/data/en.ts | 2 +- src/lang/data/ko.ts | 2 +- src/lang/data/zh-CN.ts | 2 +- src/lang/data/zh-TW.ts | 2 +- src/router/index.ts | 46 +-- src/views/badge/cropper.vue | 329 -------------------- src/views/badge/index.vue | 177 ++++++++--- src/views/badge/myOrder.vue | 45 ++- src/views/badge/orderDetail.vue | 20 +- src/views/badge/preview.vue | 295 ++++++++++++++++-- src/views/badge/record.vue | 108 ++++--- src/views/login/helpers/transfer.ts | 29 -- src/views/login/index.vue | 131 -------- 20 files changed, 1187 insertions(+), 673 deletions(-) delete mode 100644 src/views/badge/cropper.vue delete mode 100644 src/views/login/helpers/transfer.ts delete mode 100644 src/views/login/index.vue diff --git a/components.d.ts b/components.d.ts index 764447d..2c6f112 100644 --- a/components.d.ts +++ b/components.d.ts @@ -27,6 +27,7 @@ declare module '@vue/runtime-core' { VanGridItem: typeof import('vant/es')['GridItem'] VanIcon: typeof import('vant/es')['Icon'] VanImage: typeof import('vant/es')['Image'] + VanStepper: typeof import('vant/es')['Stepper'] VanSwipe: typeof import('vant/es')['Swipe'] VanSwipeItem: typeof import('vant/es')['SwipeItem'] VanTabbar: typeof import('vant/es')['Tabbar'] diff --git a/index.html b/index.html index 40f992f..a9a3309 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ -
生产中
+
+
+