feat: 添加朵花分支

This commit is contained in:
zoujing 2025-09-22 20:00:53 +08:00
parent 5975914e55
commit 7a297df46b
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{ {
"appid": "wx0be424e1d22065a9", "appid": "wx23f86d809ae80259",
"compileType": "miniprogram", "compileType": "miniprogram",
"libVersion": "3.8.10", "libVersion": "3.8.10",
"packOptions": { "packOptions": {

View File

@ -36,6 +36,6 @@ export const CLIENT_CONFIGS = {
}; };
// 获取当前用户端配置 // 获取当前用户端配置
export const getCurrentConfig = () => CLIENT_CONFIGS.tianmu; export const getCurrentConfig = () => CLIENT_CONFIGS.duohua;
export const clientId = getCurrentConfig().clientId; export const clientId = getCurrentConfig().clientId;
export const appId = getCurrentConfig().appId; export const appId = getCurrentConfig().appId;

View File

@ -60,7 +60,7 @@
wx23f86d809ae80259 wx23f86d809ae80259
*/ */
"mp-weixin": { "mp-weixin": {
"appid": "wx0be424e1d22065a9", "appid": "wx23f86d809ae80259",
"setting": { "setting": {
"urlCheck": false "urlCheck": false
}, },