diff --git a/src/auto-imports.d.ts b/src/auto-imports.d.ts index 878cfe6..82120a8 100644 --- a/src/auto-imports.d.ts +++ b/src/auto-imports.d.ts @@ -48,6 +48,7 @@ declare global { const getApiPrefix: typeof import('./utils/runtimeEnv.js')['getApiPrefix'] const getAppDebug: typeof import('./utils/runtimeEnv.js')['getAppDebug'] const getAppName: typeof import('./utils/runtimeEnv.js')['getAppName'] + const getCachedMergedPosterWeixin: typeof import('./utils/posterQrWeixin.js')['getCachedMergedPosterWeixin'] const getCompanyName: typeof import('./utils/runtimeEnv.js')['getCompanyName'] const getCurrentInstance: typeof import('vue')['getCurrentInstance'] const getCurrentScope: typeof import('vue')['getCurrentScope'] @@ -55,6 +56,7 @@ declare global { const getCustomerServiceUrl: typeof import('./utils/runtimeEnv.js')['getCustomerServiceUrl'] const getInviteChannelKey: typeof import('./utils/runtimeEnv.js')['getInviteChannelKey'] const getMeShareTitle: typeof import('./utils/runtimeEnv.js')['getMeShareTitle'] + const getPosterOrigin: typeof import('./utils/runtimeEnv.js')['getPosterOrigin'] const getPosterSrcList: typeof import('./utils/posterQrWeixin.js')['getPosterSrcList'] const getShareTitle: typeof import('./utils/runtimeEnv.js')['getShareTitle'] const getSiteOrigin: typeof import('./utils/runtimeEnv.js')['getSiteOrigin'] @@ -393,6 +395,7 @@ declare module 'vue' { readonly getApiPrefix: UnwrapRef readonly getAppDebug: UnwrapRef readonly getAppName: UnwrapRef + readonly getCachedMergedPosterWeixin: UnwrapRef readonly getCompanyName: UnwrapRef readonly getCurrentInstance: UnwrapRef readonly getCurrentScope: UnwrapRef @@ -400,6 +403,7 @@ declare module 'vue' { readonly getCustomerServiceUrl: UnwrapRef readonly getInviteChannelKey: UnwrapRef readonly getMeShareTitle: UnwrapRef + readonly getPosterOrigin: UnwrapRef readonly getPosterSrcList: UnwrapRef readonly getShareTitle: UnwrapRef readonly getSiteOrigin: UnwrapRef diff --git a/src/components/QRcode.vue b/src/components/QRcode.vue index b5531cc..d8642d6 100644 --- a/src/components/QRcode.vue +++ b/src/components/QRcode.vue @@ -3,52 +3,29 @@ - + - + - + 生成海报中… - + ← 左右滑动切换海报 → 分享与保存 -