From 9db7a4db25d49f4f75b6037e1691c3448985d4bf Mon Sep 17 00:00:00 2001 From: clay <209192278@qq.com> Date: Wed, 7 Dec 2022 17:21:53 +0800 Subject: [PATCH] 1 --- manifest.json | 143 +++++++++++++++++++++++++------------------------- pages.json | 2 +- 2 files changed, 73 insertions(+), 72 deletions(-) diff --git a/manifest.json b/manifest.json index f6d2898..228c541 100644 --- a/manifest.json +++ b/manifest.json @@ -1,73 +1,74 @@ { - "name" : "shitong-app", - "appid" : "", - "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 - }, - /* 模块配置 */ - "modules" : {}, - /* 应用发布信息 */ - "distribute" : { - /* android打包配置 */ - "android" : { - "permissions" : [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ] - }, - /* ios打包配置 */ - "ios" : {}, - /* SDK配置 */ - "sdkConfigs" : {} - } - }, - /* 快应用特有相关 */ - "quickapp" : {}, - /* 小程序特有相关 */ - "mp-weixin" : { - "appid" : "wxcd04cc6e99e18009", - "setting" : { - "urlCheck" : false, - "es6" : false - }, - "usingComponents" : true - }, - "mp-alipay" : { - "usingComponents" : true - }, - "mp-baidu" : { - "usingComponents" : true - }, - "mp-toutiao" : { - "usingComponents" : true - }, - "uniStatistics" : { - "enable" : false - }, - "vueVersion" : "2" + "name": "shitong-app", + "appid": "", + "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 + }, + /* 模块配置 */ + "modules": {}, + /* 应用发布信息 */ + "distribute": { + /* android打包配置 */ + "android": { + "permissions": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ] + }, + /* ios打包配置 */ + "ios": {}, + /* SDK配置 */ + "sdkConfigs": {} + } + }, + /* 快应用特有相关 */ + "quickapp": {}, + /* 小程序特有相关 */ + "mp-weixin": { + "appid": "wx4c2099a19c69664f", + "setting": { + "urlCheck": false, + "es6": false, + "postcss": false + }, + "usingComponents": true + }, + "mp-alipay": { + "usingComponents": true + }, + "mp-baidu": { + "usingComponents": true + }, + "mp-toutiao": { + "usingComponents": true + }, + "uniStatistics": { + "enable": false + }, + "vueVersion": "2" } diff --git a/pages.json b/pages.json index de1c1f6..2dc6028 100644 --- a/pages.json +++ b/pages.json @@ -46,7 +46,7 @@ "tabBar": { "color": "#CCCCCC", "selectedColor": "#0EBB5B", - "borderStyle": "none", + "borderStyle": "white", "backgroundColor": "#FFFFFF", "list": [{ "pagePath": "pages/index/index",