From 255b40aad7813be7259e1190151dc39cddb00ea8 Mon Sep 17 00:00:00 2001 From: zoujing Date: Fri, 8 May 2026 16:52:07 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E4=B8=80=E4=BA=9B?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/manifest.json | 196 +++++++++++++++++++++++----------------------- 1 file changed, 96 insertions(+), 100 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index 4a7d719..b259e9d 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,109 +1,105 @@ { - "name": "YGTianmuCS", - "appid": "__UNI__BB03E8A", - "description": "", - "versionName": "1.0.0", - "versionCode": "100", - "transformPx": false, - /* 5+App特有相关 */ - "app-plus": { - "usingComponents": true, - "nvueStyleCompiler": "uni-app", - "compilerVersion": 3, - "splashscreen": { - "alwaysShowBeforeRender": true, - "waiting": true, - "autoclose": true, - "delay": 0 + "name" : "YGChatCS", + "appid" : "__UNI__38F74B8", + "description" : "", + "versionName" : "1.0.0", + "versionCode" : "100", + "transformPx" : false, + "app-plus" : { + "usingComponents" : true, + "nvueStyleCompiler" : "uni-app", + "compilerVersion" : 3, + "optimization" : { + "subPackages" : true + }, + "compatible" : { + "ignoreVersion" : true + }, + "splashscreen" : { + "alwaysShowBeforeRender" : true, + "waiting" : true, + "autoclose" : true, + "delay" : 0 + }, + "safearea" : { + "bottom" : { + "offset" : "auto" + } + }, + "modules" : {}, + "distribute" : { + "android" : { + "permissions" : [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ] + }, + "ios" : {}, + "sdkConfigs" : { + "oauth" : {} + } + } }, - "safearea": { - "bottom": { - "offset": "auto" // 自动适配安全区域 - } + "quickapp" : {}, + "mp-weixin" : { + "appid" : "wx5e79df5996572539", + "setting" : { + "urlCheck" : false, + "minified" : true + }, + "optimization" : { + "subPackages" : true + }, + "usingComponents" : true, + "requiredPrivateInfos" : [ "getLocation" ], + "permission" : { + "scope.userLocation" : { + "desc" : "用于获取当前所在城市信息" + } + }, + "plugins" : { + "WechatSI" : { + "version" : "0.3.6", + "provider" : "wx069ba97219f66d99" + } + }, + "__usePrivacyCheck__" : true }, - /* 模块配置 */ - "modules": {}, - /* 应用发布信息 */ - "distribute": { - /* android打包配置 */ - "android": { - "permissions": [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ] - }, - /* ios打包配置 */ - "ios": {}, - /* SDK配置 */ - "sdkConfigs": { - "oauth": {} - } - } - }, - /* 快应用特有相关 */ - "quickapp": {}, - /* 小程序特有相关 同时更改 project.config.json文件 - 智念:wx5e79df5996572539 - 朵花:wx23f86d809ae80259 - */ - "mp-weixin": { - "appid": "wx5e79df5996572539", - "setting": { - "urlCheck": false, - "minified": true + "mp-alipay" : { + "usingComponents" : true }, - "optimization": { - "subPackages": true + "mp-baidu" : { + "usingComponents" : true }, - "usingComponents": true, - "requiredPrivateInfos": ["getLocation"], - "permission": { - "scope.userLocation": { - "desc": "用于获取当前所在城市信息" - } + "mp-toutiao" : { + "usingComponents" : true, + "usePrivacyCheck" : true }, - "plugins": { - "WechatSI": { - "version": "0.3.6", - "provider": "wx069ba97219f66d99" - } + "uniStatistics" : { + "enable" : false }, - "__usePrivacyCheck__": true - }, - "mp-alipay": { - "usingComponents": true - }, - "mp-baidu": { - "usingComponents": true - }, - "mp-toutiao": { - "usingComponents": true, - "usePrivacyCheck": true - }, - "uniStatistics": { - "enable": false - }, - "vueVersion": "3", - "h5": { - "router": { - "base": "./", - "mode": "hash" + "vueVersion" : "3", + "h5" : { + "router" : { + "base" : "./", + "mode" : "hash" + }, + "devServer" : { + "https" : false + } }, - "devServer": { - "https": false - } - } + "fallbackLocale" : "zh-Hans" }