From 87a5906fcab3583cd28d9fe564ba3c389cf2a08f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=B2=E9=B8=BD?= <1020103647@qq.com> Date: Sun, 10 Mar 2024 14:56:36 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"build(.gitignore):=20=E8=BF=98?= =?UTF-8?q?=E6=98=AF=E6=94=BE=E5=BC=80pages=E5=92=8Cmanifest"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 233baae4fa3d56aac9f1697d169982fc8fd9dc50. --- .gitignore | 4 +-- src/manifest.json | 77 ----------------------------------------------- src/pages.json | 70 ------------------------------------------ 3 files changed, 2 insertions(+), 149 deletions(-) delete mode 100644 src/manifest.json delete mode 100644 src/pages.json diff --git a/.gitignore b/.gitignore index a3850b3..2add81a 100644 --- a/.gitignore +++ b/.gitignore @@ -31,8 +31,8 @@ components.d.ts uni-pages.d.ts # 插件生成的文件 -# src/pages.json -# src/manifest.json +src/pages.json +src/manifest.json # lock 文件还是不要了,我主要的版本写死就好了 # github actions 需要这些文件,所以留着 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 a260715..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/about", - "text": "关于" - } - ] - }, - "pages": [ - { - "path": "pages/index/index", - "type": "home", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "首页" - } - }, - { - "path": "pages/index/about", - "type": "page", - "style": { - "navigationBarTitleText": "关于" - } - } - ], - "subPackages": [ - { - "root": "pages-sub", - "pages": [ - { - "path": "demo/index", - "type": "page", - "style": { - "navigationBarTitleText": "分包页面 标题" - } - } - ] - } - ] -}