diff --git a/src/manifest.json b/src/manifest.json index 110fba0..3728d86 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,149 +1,148 @@ { - "name": "数智产销", - "appid": "__UNI__9F097F0", - "description": "", - "versionName": "2.0.3", - "versionCode": "20250620", - "transformPx": false, - "app-plus": { - "usingComponents": true, - "nvueStyleCompiler": "uni-app", - "compilerVersion": 3, - "splashscreen": { - "alwaysShowBeforeRender": true, - "waiting": true, - "autoclose": true, - "delay": 0 - }, - "modules": { - "Maps": {}, - "Messaging": {}, - "Camera": {} - }, - "distribute": { - "android": { - "permissions": [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ], - "minSdkVersion": 26, - "targetSdkVersion": 30, - "abiFilters": [ - "armeabi-v7a", - "arm64-v8a" - ] - }, - "ios": {}, - "sdkConfigs": { - "maps": { - "amap": { - "name": "amap_15931993294Bqxlq8EgG", - "appkey_ios": "c913e46ffdf548ebc56ac1cf4d883e7e", - "appkey_android": "c913e46ffdf548ebc56ac1cf4d883e7e" - } - } - }, - "icons": { - "android": { - "hdpi": "src/static/app/icons/72x72.png", - "xhdpi": "src/static/app/icons/96x96.png", - "xxhdpi": "src/static/app/icons/144x144.png", - "xxxhdpi": "src/static/app/icons/192x192.png" + "name" : "数智产销", + "appid" : "__UNI__9F097F0", + "description" : "", + "versionName" : "2.0.3", + "versionCode" : "20250620", + "transformPx" : false, + "app-plus" : { + "usingComponents" : true, + "nvueStyleCompiler" : "uni-app", + "compilerVersion" : 3, + "splashscreen" : { + "alwaysShowBeforeRender" : true, + "waiting" : true, + "autoclose" : true, + "delay" : 0 }, - "ios": { - "appstore": "src/static/app/icons/1024x1024.png", - "ipad": { - "app": "src/static/app/icons/76x76.png", - "app@2x": "src/static/app/icons/152x152.png", - "notification": "src/static/app/icons/20x20.png", - "notification@2x": "src/static/app/icons/40x40.png", - "proapp@2x": "src/static/app/icons/167x167.png", - "settings": "src/static/app/icons/29x29.png", - "settings@2x": "src/static/app/icons/58x58.png", - "spotlight": "src/static/app/icons/40x40.png", - "spotlight@2x": "src/static/app/icons/80x80.png" - }, - "iphone": { - "app@2x": "src/static/app/icons/120x120.png", - "app@3x": "src/static/app/icons/180x180.png", - "notification@2x": "src/static/app/icons/40x40.png", - "notification@3x": "src/static/app/icons/60x60.png", - "settings@2x": "src/static/app/icons/58x58.png", - "settings@3x": "src/static/app/icons/87x87.png", - "spotlight@2x": "src/static/app/icons/80x80.png", - "spotlight@3x": "src/static/app/icons/120x120.png" - } + "modules" : { + "Maps" : {}, + "Messaging" : {}, + "Camera" : {} + }, + "distribute" : { + "android" : { + "permissions" : [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ], + "minSdkVersion" : 26, + "targetSdkVersion" : 30, + "abiFilters" : [ "armeabi-v7a", "arm64-v8a" ] + }, + "ios" : { + "dSYMs" : false + }, + "sdkConfigs" : { + "maps" : { + "amap" : { + "name" : "amap_15931993294Bqxlq8EgG", + "appkey_ios" : "c913e46ffdf548ebc56ac1cf4d883e7e", + "appkey_android" : "c913e46ffdf548ebc56ac1cf4d883e7e" + } + } + }, + "icons" : { + "android" : { + "hdpi" : "src/static/app/icons/72x72.png", + "xhdpi" : "src/static/app/icons/96x96.png", + "xxhdpi" : "src/static/app/icons/144x144.png", + "xxxhdpi" : "src/static/app/icons/192x192.png" + }, + "ios" : { + "appstore" : "src/static/app/icons/1024x1024.png", + "ipad" : { + "app" : "src/static/app/icons/76x76.png", + "app@2x" : "src/static/app/icons/152x152.png", + "notification" : "src/static/app/icons/20x20.png", + "notification@2x" : "src/static/app/icons/40x40.png", + "proapp@2x" : "src/static/app/icons/167x167.png", + "settings" : "src/static/app/icons/29x29.png", + "settings@2x" : "src/static/app/icons/58x58.png", + "spotlight" : "src/static/app/icons/40x40.png", + "spotlight@2x" : "src/static/app/icons/80x80.png" + }, + "iphone" : { + "app@2x" : "src/static/app/icons/120x120.png", + "app@3x" : "src/static/app/icons/180x180.png", + "notification@2x" : "src/static/app/icons/40x40.png", + "notification@3x" : "src/static/app/icons/60x60.png", + "settings@2x" : "src/static/app/icons/58x58.png", + "settings@3x" : "src/static/app/icons/87x87.png", + "spotlight@2x" : "src/static/app/icons/80x80.png", + "spotlight@3x" : "src/static/app/icons/120x120.png" + } + } + } + }, + "android" : { + "webView" : { + "domStorageEnabled" : true, + "databaseEnabled" : true, + "allowFileAccess" : true + } + }, + "compatible" : { + "ignoreVersion" : true + }, + "webview" : { + "debug" : true, + "crossDomain" : true } - } }, - "android": { - "webView": { - "domStorageEnabled": true, - "databaseEnabled": true, - "allowFileAccess": true - } + "quickapp" : {}, + "mp-weixin" : { + "appid" : "wx8e287639924edb51", + "setting" : { + "urlCheck" : false, + "minified" : true + }, + "usingComponents" : true }, - "compatible": { - "ignoreVersion": true + "mp-alipay" : { + "usingComponents" : true, + "styleIsolation" : "shared" }, - "webview": { - "debug": true, - "crossDomain": true - } - }, - "quickapp": {}, - "mp-weixin": { - "appid": "wx8e287639924edb51", - "setting": { - "urlCheck": false, - "minified": true + "mp-baidu" : { + "usingComponents" : true }, - "usingComponents": true - }, - "mp-alipay": { - "usingComponents": true, - "styleIsolation": "shared" - }, - "mp-baidu": { - "usingComponents": true - }, - "mp-toutiao": { - "usingComponents": true - }, - "uniStatistics": { - "enable": false - }, - "vueVersion": "3", - "h5": { - "router": { - "base": "/" + "mp-toutiao" : { + "usingComponents" : true }, - "sdkConfigs": { - "maps": { - "amap": { - "key": "21f194a0d33197f874f7bbdd198419be", - "securityJsCode": "a46b425f31a4de445b2966d998fba851", - "serviceHost": "" + "uniStatistics" : { + "enable" : false + }, + "vueVersion" : "3", + "h5" : { + "router" : { + "base" : "/" + }, + "sdkConfigs" : { + "maps" : { + "amap" : { + "key" : "21f194a0d33197f874f7bbdd198419be", + "securityJsCode" : "a46b425f31a4de445b2966d998fba851", + "serviceHost" : "" + } + } + } + }, + "app-harmony" : { + "distribute" : { + "bundleName" : "uniapp.demo.test" } - } } - }, - "app-harmony": { - "distribute": { - "bundleName": "uniapp.demo.test" - } - } -} \ No newline at end of file +}