feat: 更新二维码扫描组件,添加文件上传功能和错误处理

This commit is contained in:
2026-01-11 21:44:17 +07:00
parent 9f0f0a076c
commit 93ece1f31b
6 changed files with 299 additions and 48 deletions

2
components.d.ts vendored
View File

@@ -58,7 +58,6 @@ declare module 'vue' {
IonTabs: typeof import('@ionic/vue')['IonTabs']
IonText: typeof import('@ionic/vue')['IonText']
IonTitle: typeof import('@ionic/vue')['IonTitle']
IonToggle: typeof import('@ionic/vue')['IonToggle']
IonToolbar: typeof import('@ionic/vue')['IonToolbar']
LayoutDefault: typeof import('./src/components/layout/default.vue')['default']
PwaInstallButton: typeof import('./src/components/pwa-install-button/index.vue')['default']
@@ -118,7 +117,6 @@ declare global {
const IonTabs: typeof import('@ionic/vue')['IonTabs']
const IonText: typeof import('@ionic/vue')['IonText']
const IonTitle: typeof import('@ionic/vue')['IonTitle']
const IonToggle: typeof import('@ionic/vue')['IonToggle']
const IonToolbar: typeof import('@ionic/vue')['IonToolbar']
const LayoutDefault: typeof import('./src/components/layout/default.vue')['default']
const PwaInstallButton: typeof import('./src/components/pwa-install-button/index.vue')['default']