From b5952961fede4fc4df8e76e5032738866c1b4be8 Mon Sep 17 00:00:00 2001 From: duanshuwen Date: Mon, 13 Jul 2026 20:14:49 +0800 Subject: [PATCH] feat: add mini-program privacy auth, update oss urls and refine photo guide update oss static resource urls to oss.nianxx.cn refactor privacy component to be reusable, add wechat mini-program privacy authorization check before image picking add image urls to photo guide examples, refine photo guide ui styles and remove unused avatarSrc prop --- src/components/Privacy/index.vue | 49 +++----- .../components/PhotoGuidePanel/index.vue | 72 +++++------ .../PhotoGuidePanel/styles/index.scss | 29 ++--- .../useTemplate/data/photoGuideExamples.js | 6 + src/pages-aigc/useTemplate/useTemplate.vue | 112 ++++++++++-------- src/request/base/baseUrl.js | 5 +- 6 files changed, 123 insertions(+), 150 deletions(-) diff --git a/src/components/Privacy/index.vue b/src/components/Privacy/index.vue index a6ae6a1..cfbd555 100644 --- a/src/components/Privacy/index.vue +++ b/src/components/Privacy/index.vue @@ -1,12 +1,12 @@