From 21659f61e3d492b1ba3822835de817b274fd964e Mon Sep 17 00:00:00 2001 From: zoujing Date: Mon, 17 Aug 2026 19:48:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=88=87=E6=8D=A2=E4=B8=BA=E5=B0=8F?= =?UTF-8?q?=E4=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project.config.json | 2 +- src/constant/base.js | 2 +- src/manifest.json | 2 +- src/uni.scss | 20 ++++++++++---------- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/project.config.json b/project.config.json index d102f1b..c44b255 100644 --- a/project.config.json +++ b/project.config.json @@ -1,5 +1,5 @@ { - "appid": "wx5e79df5996572539", + "appid": "wx8531ca7339685eca", "compileType": "miniprogram", "libVersion": "3.8.10", "packOptions": { diff --git a/src/constant/base.js b/src/constant/base.js index 66e343d..22c4825 100644 --- a/src/constant/base.js +++ b/src/constant/base.js @@ -12,7 +12,7 @@ import rawConfigs from "../../client-configs.json" with { type: "json" }; export const CLIENT_CONFIGS = rawConfigs; // 获取当前用户端配置 -export const getCurrentConfig = () => CLIENT_CONFIGS.zhinian; +export const getCurrentConfig = () => CLIENT_CONFIGS.xiaoqi; export const clientId = getCurrentConfig().clientId; export const appId = getCurrentConfig().appId; diff --git a/src/manifest.json b/src/manifest.json index 3757d8b..c76fe3b 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -61,7 +61,7 @@ }, "quickapp" : {}, "mp-weixin" : { - "appid" : "wx5e79df5996572539", + "appid" : "wx8531ca7339685eca", "setting" : { "urlCheck" : false, "minified" : true diff --git a/src/uni.scss b/src/uni.scss index 14881fd..2a22c64 100644 --- a/src/uni.scss +++ b/src/uni.scss @@ -13,16 +13,16 @@ */ /* 主题颜色(由 switch-client 命令自动更新) */ -$theme-color-900: #19428F; -$theme-color-800: #174BB6; -$theme-color-700: #145EE1; -$theme-color-600: #1B74F5; -$theme-color-500: #2D91FF; -$theme-color-400: #59B4FF; -$theme-color-300: #8ED0FF; -$theme-color-200: #BCE1FF; -$theme-color-100: #D9EEFF; -$theme-color-50: #EEF8FF; +$theme-color-900: #0B5C2D; +$theme-color-800: #0B7034; +$theme-color-700: #0B5C2D; +$theme-color-600: #02C34E; +$theme-color-500: #0CCD58; +$theme-color-400: #35F37F; +$theme-color-300: #77FEAB; +$theme-color-200: #A0E5BA; +$theme-color-100: #E8FFF1; +$theme-color-50: #F0F8F3; // text 颜色 $text-color-900: #181b25;