From 8b4926eb2b556f4dbd2d020e223028b66c7a042d Mon Sep 17 00:00:00 2001 From: duanshuwen Date: Sat, 18 Oct 2025 17:09:52 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=84=8F=E8=A7=81=E5=8F=8D=E9=A6=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project.config.json | 2 +- src/components/Feedback/index.vue | 53 ++++++++------ src/components/Feedback/styles/index.scss | 89 ++--------------------- src/constant/base.js | 2 +- src/manifest.json | 2 +- src/static/scss/background.scss | 8 ++ src/static/scss/border.scss | 8 ++ src/static/scss/colors.scss | 4 + src/static/scss/margin.scss | 4 + 9 files changed, 61 insertions(+), 111 deletions(-) diff --git a/project.config.json b/project.config.json index 55b4b9f..d102f1b 100644 --- a/project.config.json +++ b/project.config.json @@ -1,5 +1,5 @@ { - "appid": "wx0be424e1d22065a9", + "appid": "wx5e79df5996572539", "compileType": "miniprogram", "libVersion": "3.8.10", "packOptions": { diff --git a/src/components/Feedback/index.vue b/src/components/Feedback/index.vue index 5cc7aff..a68031b 100644 --- a/src/components/Feedback/index.vue +++ b/src/components/Feedback/index.vue @@ -1,50 +1,55 @@