From 8161e7512b04a02c40c85eeb7655b86b731a7251 Mon Sep 17 00:00:00 2001 From: zoujing Date: Thu, 23 Apr 2026 15:05:33 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8F=90=E4=BA=A4=E4=B8=BAzhinian?= 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/request/base/config.js | 2 +- src/uni.scss | 10 +++++----- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/project.config.json b/project.config.json index bbfd6a8..d102f1b 100644 --- a/project.config.json +++ b/project.config.json @@ -1,5 +1,5 @@ { - "appid": "wx6fcf7b3db3deee6c", + "appid": "wx5e79df5996572539", "compileType": "miniprogram", "libVersion": "3.8.10", "packOptions": { diff --git a/src/constant/base.js b/src/constant/base.js index 7ed7fb4..a7555c1 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.nianhelper; +export const getCurrentConfig = () => CLIENT_CONFIGS.zhinian; export const clientId = getCurrentConfig().clientId; export const appId = getCurrentConfig().appId; diff --git a/src/manifest.json b/src/manifest.json index 78d31af..4a7d719 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -60,7 +60,7 @@ 朵花:wx23f86d809ae80259 */ "mp-weixin": { - "appid": "wx6fcf7b3db3deee6c", + "appid": "wx5e79df5996572539", "setting": { "urlCheck": false, "minified": true diff --git a/src/request/base/config.js b/src/request/base/config.js index 0cce251..2027847 100644 --- a/src/request/base/config.js +++ b/src/request/base/config.js @@ -7,7 +7,7 @@ import { getServiceUrl } from "../api/GetServiceUrlApi"; const versionValue = "1.1.1"; /// 是否是测试版本, 测试版本为true, 发布版本为false -const developVersion = true; +const developVersion = false; // 获取服务地址 const getEvnUrl = async () => { diff --git a/src/uni.scss b/src/uni.scss index a781311..04601d7 100644 --- a/src/uni.scss +++ b/src/uni.scss @@ -13,11 +13,11 @@ */ /* 主题颜色(由 switch-client 命令自动更新) */ -$theme-color-800: #174BB6; -$theme-color-700: #145EE1; -$theme-color-500: #2D91FF; -$theme-color-100: #D9EEFF; -$theme-color-50: #EEF8FF; +$theme-color-800: #0B7034; +$theme-color-700: #0B5C2D; +$theme-color-500: #0CCD58; +$theme-color-100: #E8FFF1; +$theme-color-50: #F0F8F3; // text 颜色 $text-color-900: #181B25;