From 1e82051ca5f8796d204585093479f56de4dcbb66 Mon Sep 17 00:00:00 2001 From: liangzai <2440983361@qq.com> Date: Sat, 18 Apr 2026 12:06:06 +0800 Subject: [PATCH] f --- src/auto-imports.d.ts | 4 + src/components/QRcode.vue | 97 ++++++++-------- src/config/runtime.development.json | 3 +- src/config/runtime.production.json | 3 +- src/env.d.ts | 1 + src/manifest.json | 2 +- src/pages.json | 1 - src/pages/agentVipConfig.vue | 46 +++----- src/pages/promote.vue | 89 ++++++++------- src/static/image/logo.png | Bin 268451 -> 24461 bytes src/static/poster/.gitkeep | 0 src/static/poster/tg_qrcode_1.png | Bin 826035 -> 0 bytes src/static/poster/tg_qrcode_2.png | Bin 418939 -> 0 bytes src/static/poster/tg_qrcode_3.png | Bin 424772 -> 0 bytes src/static/poster/tg_qrcode_4.png | Bin 585720 -> 0 bytes src/static/poster/tg_qrcode_5.png | Bin 632374 -> 0 bytes src/static/poster/tg_qrcode_6.png | Bin 400891 -> 0 bytes src/static/poster/tg_qrcode_7.png | Bin 185497 -> 0 bytes src/static/poster/tg_qrcode_8.jpg | Bin 303960 -> 0 bytes src/static/poster/tg_qrcode_8.png | Bin 270347 -> 0 bytes src/static/poster/yq_qrcode_1.png | Bin 599044 -> 0 bytes src/utils/posterQrWeixin.js | 165 ++++++++++++++++------------ src/utils/request.js | 70 ++++++++++++ src/utils/runtimeEnv.js | 48 ++++---- 24 files changed, 315 insertions(+), 214 deletions(-) delete mode 100644 src/static/poster/.gitkeep delete mode 100644 src/static/poster/tg_qrcode_1.png delete mode 100644 src/static/poster/tg_qrcode_2.png delete mode 100644 src/static/poster/tg_qrcode_3.png delete mode 100644 src/static/poster/tg_qrcode_4.png delete mode 100644 src/static/poster/tg_qrcode_5.png delete mode 100644 src/static/poster/tg_qrcode_6.png delete mode 100644 src/static/poster/tg_qrcode_7.png delete mode 100644 src/static/poster/tg_qrcode_8.jpg delete mode 100644 src/static/poster/tg_qrcode_8.png delete mode 100644 src/static/poster/yq_qrcode_1.png 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 @@ - + - + - + 生成海报中… - + ← 左右滑动切换海报 → 分享与保存 -