diff --git a/src/manifest.json b/src/manifest.json deleted file mode 100644 index 37837e0..0000000 --- a/src/manifest.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "name": "unibest", - "appid": "H5871D791", - "description": "", - "versionName": "1.0.0", - "versionCode": "100", - "transformPx": false, - "app-plus": { - "usingComponents": true, - "nvueStyleCompiler": "uni-app", - "compilerVersion": 3, - "splashscreen": { - "alwaysShowBeforeRender": true, - "waiting": true, - "autoclose": true, - "delay": 0 - }, - "modules": {}, - "distribute": { - "android": { - "permissions": [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ], - "minSdkVersion": 30, - "targetSdkVersion": 30, - "abiFilters": ["armeabi-v7a", "arm64-v8a"] - }, - "ios": {}, - "sdkConfigs": {}, - "icons": { - "android": {}, - "ios": {} - } - } - }, - "quickapp": {}, - "mp-weixin": { - "appid": "wxa2abb91f64032a2b", - "setting": { - "urlCheck": false - }, - "usingComponents": true - }, - "mp-alipay": { - "usingComponents": true - }, - "mp-baidu": { - "usingComponents": true - }, - "mp-toutiao": { - "usingComponents": true - }, - "uniStatistics": { - "enable": false - }, - "vueVersion": "3", - "locale": "zh-Hans", - "h5": { - "router": { - "base": "/" - } - } -} diff --git a/src/pages.json b/src/pages.json deleted file mode 100644 index 44e3335..0000000 --- a/src/pages.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "globalStyle": { - "navigationStyle": "default", - "navigationBarTitleText": "unibest", - "navigationBarBackgroundColor": "#f8f8f8", - "navigationBarTextStyle": "black", - "backgroundColor": "#FFFFFF" - }, - "easycom": { - "autoscan": true, - "custom": { - "^uv-(.*)": "@climblee/uv-ui/components/uv-$1/uv-$1.vue" - } - }, - "tabBar": { - "color": "#999999", - "selectedColor": "#018d71", - "backgroundColor": "#F8F8F8", - "borderStyle": "black", - "height": "50px", - "fontSize": "10px", - "iconWidth": "24px", - "spacing": "3px", - "list": [ - { - "iconPath": "static/tabbar/home.png", - "selectedIconPath": "static/tabbar/homeHL.png", - "pagePath": "pages/index/index", - "text": "首页" - }, - { - "iconPath": "static/tabbar/example.png", - "selectedIconPath": "static/tabbar/exampleHL.png", - "pagePath": "pages/index/i18n", - "text": "多语言" - } - ] - }, - "pages": [ - { - "path": "pages/index/index", - "type": "home", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "首页" - } - }, - { - "path": "pages/index/i18n", - "type": "page", - "style": { - "navigationBarTitleText": "%app.name%" - } - } - ], - "subPackages": [ - { - "root": "pages-sub", - "pages": [ - { - "path": "demo/index", - "type": "page", - "style": { - "navigationBarTitleText": "分包页面 标题" - } - } - ] - } - ] -}