diff --git a/client-configs.json b/client-configs.json index 3839fca..adde700 100644 --- a/client-configs.json +++ b/client-configs.json @@ -27,10 +27,10 @@ "nianhelper": { "clientId": "11", "appId": "wx6fcf7b3db3deee6c", - "name": "念念", - "placeholder": "快告诉念念您在想什么~", + "name": "智念助手", + "placeholder": "快告诉智念助手您在想什么~", "loginDesc": "您好,欢迎来到智念科技", - "logo": "https://oss.nianxx.cn/mp/static/version_101/login/dh_logo.png", + "logo": "https://one-feel-config-images-bucket.oss-cn-chengdu.aliyuncs.com/znjqzs.png", "ipLargeImage": "https://oss.nianxx.cn/mp/static/version_101/zn/zn_large.png", "ipLargeImageWidth": 395, "ipLargeImageHeight": 335, @@ -42,11 +42,11 @@ "ipSmallTotalFrames": 117, "ipSmallColumns": 1, "theme": { - "theme-color-800": "#0B7034", - "theme-color-700": "#0B5C2D", - "theme-color-500": "#0CCD58", - "theme-color-100": "#E8FFF1", - "theme-color-50": "#F0F8F3" + "theme-color-800": "#174BB6", + "theme-color-700": "#145EE1", + "theme-color-500": "#2D91FF", + "theme-color-100": "#D9EEFF", + "theme-color-50": "#EEF8FF" } }, "duohua": { diff --git a/project.config.json b/project.config.json index d102f1b..bbfd6a8 100644 --- a/project.config.json +++ b/project.config.json @@ -1,5 +1,5 @@ { - "appid": "wx5e79df5996572539", + "appid": "wx6fcf7b3db3deee6c", "compileType": "miniprogram", "libVersion": "3.8.10", "packOptions": { diff --git a/src/manifest.json b/src/manifest.json index 4a7d719..78d31af 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -60,7 +60,7 @@ 朵花:wx23f86d809ae80259 */ "mp-weixin": { - "appid": "wx5e79df5996572539", + "appid": "wx6fcf7b3db3deee6c", "setting": { "urlCheck": false, "minified": true diff --git a/src/request/base/config.js b/src/request/base/config.js index 2027847..0cce251 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 = false; +const developVersion = true; // 获取服务地址 const getEvnUrl = async () => { diff --git a/src/uni.scss b/src/uni.scss index 04601d7..a781311 100644 --- a/src/uni.scss +++ b/src/uni.scss @@ -13,11 +13,11 @@ */ /* 主题颜色(由 switch-client 命令自动更新) */ -$theme-color-800: #0B7034; -$theme-color-700: #0B5C2D; -$theme-color-500: #0CCD58; -$theme-color-100: #E8FFF1; -$theme-color-50: #F0F8F3; +$theme-color-800: #174BB6; +$theme-color-700: #145EE1; +$theme-color-500: #2D91FF; +$theme-color-100: #D9EEFF; +$theme-color-50: #EEF8FF; // text 颜色 $text-color-900: #181B25;