feat: 更新环境配置,调整 API URL 和库地址;添加 PWA 安装支持;更新路由和组件定义
This commit is contained in:
4
components.d.ts
vendored
4
components.d.ts
vendored
@@ -58,6 +58,8 @@ declare module 'vue' {
|
||||
IonTitle: typeof import('@ionic/vue')['IonTitle']
|
||||
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']
|
||||
PwaInstallButtonIosInstallGuide: typeof import('./src/components/pwa-install-button/ios-install-guide.vue')['default']
|
||||
QrScanner: typeof import('./src/components/qr-scanner/index.vue')['default']
|
||||
RouterLink: typeof import('vue-router')['RouterLink']
|
||||
RouterView: typeof import('vue-router')['RouterView']
|
||||
@@ -113,6 +115,8 @@ declare global {
|
||||
const IonTitle: typeof import('@ionic/vue')['IonTitle']
|
||||
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']
|
||||
const PwaInstallButtonIosInstallGuide: typeof import('./src/components/pwa-install-button/ios-install-guide.vue')['default']
|
||||
const QrScanner: typeof import('./src/components/qr-scanner/index.vue')['default']
|
||||
const RouterLink: typeof import('vue-router')['RouterLink']
|
||||
const RouterView: typeof import('vue-router')['RouterView']
|
||||
|
||||
Reference in New Issue
Block a user