feat: 切换智念8

This commit is contained in:
2026-08-11 10:58:17 +08:00
parent 67ee9e2535
commit 6d477789b0
5 changed files with 14 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
{ {
"zhinian": { "zhinian": {
"clientId": "6", "clientId": "8",
"appId": "wx5e79df5996572539", "appId": "wx5e79df5996572539",
"name": "念念", "name": "念念",
"theme": { "theme": {

View File

@@ -1,5 +1,5 @@
{ {
"appid": "wx8531ca7339685eca", "appid": "wx5e79df5996572539",
"compileType": "miniprogram", "compileType": "miniprogram",
"libVersion": "3.8.10", "libVersion": "3.8.10",
"packOptions": { "packOptions": {

View File

@@ -12,7 +12,7 @@ import rawConfigs from "../../client-configs.json" with { type: "json" };
export const CLIENT_CONFIGS = rawConfigs; export const CLIENT_CONFIGS = rawConfigs;
// 获取当前用户端配置 // 获取当前用户端配置
export const getCurrentConfig = () => CLIENT_CONFIGS.xiaoqi; export const getCurrentConfig = () => CLIENT_CONFIGS.zhinian;
export const clientId = getCurrentConfig().clientId; export const clientId = getCurrentConfig().clientId;
export const appId = getCurrentConfig().appId; export const appId = getCurrentConfig().appId;

View File

@@ -61,7 +61,7 @@
}, },
"quickapp" : {}, "quickapp" : {},
"mp-weixin" : { "mp-weixin" : {
"appid" : "wx8531ca7339685eca", "appid" : "wx5e79df5996572539",
"setting" : { "setting" : {
"urlCheck" : false, "urlCheck" : false,
"minified" : true "minified" : true

View File

@@ -13,16 +13,16 @@
*/ */
/* 主题颜色(由 switch-client 命令自动更新) */ /* 主题颜色(由 switch-client 命令自动更新) */
$theme-color-900: #0B5C2D; $theme-color-900: #19428F;
$theme-color-800: #0B7034; $theme-color-800: #174BB6;
$theme-color-700: #0B5C2D; $theme-color-700: #145EE1;
$theme-color-600: #02C34E; $theme-color-600: #1B74F5;
$theme-color-500: #0CCD58; $theme-color-500: #2D91FF;
$theme-color-400: #35F37F; $theme-color-400: #59B4FF;
$theme-color-300: #77FEAB; $theme-color-300: #8ED0FF;
$theme-color-200: #A0E5BA; $theme-color-200: #BCE1FF;
$theme-color-100: #E8FFF1; $theme-color-100: #D9EEFF;
$theme-color-50: #F0F8F3; $theme-color-50: #EEF8FF;
// text 颜色 // text 颜色
$text-color-900: #181b25; $text-color-900: #181b25;