From 29cf9be0d6c0817bbba0574ccd128d66ef47ddf6 Mon Sep 17 00:00:00 2001 From: feige996 <1020102647@qq.com> Date: Thu, 11 Sep 2025 09:41:15 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4src=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E4=B8=8B=E7=9A=84pages.json=E5=92=8Cmanifest.json?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/manifest.json | 116 ---------------------------------------------- src/pages.json | 109 ------------------------------------------- 2 files changed, 225 deletions(-) delete mode 100644 src/manifest.json delete mode 100644 src/pages.json diff --git a/src/manifest.json b/src/manifest.json deleted file mode 100644 index 6702aef..0000000 --- a/src/manifest.json +++ /dev/null @@ -1,116 +0,0 @@ -{ - "name": "unibest", - "appid": "__UNI__D1E5001", - "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": 21, - "targetSdkVersion": 30, - "abiFilters": [ - "armeabi-v7a", - "arm64-v8a" - ] - }, - "ios": {}, - "sdkConfigs": {}, - "icons": { - "android": { - "hdpi": "static/app/icons/72x72.png", - "xhdpi": "static/app/icons/96x96.png", - "xxhdpi": "static/app/icons/144x144.png", - "xxxhdpi": "static/app/icons/192x192.png" - }, - "ios": { - "appstore": "static/app/icons/1024x1024.png", - "ipad": { - "app": "static/app/icons/76x76.png", - "app@2x": "static/app/icons/152x152.png", - "notification": "static/app/icons/20x20.png", - "notification@2x": "static/app/icons/40x40.png", - "proapp@2x": "static/app/icons/167x167.png", - "settings": "static/app/icons/29x29.png", - "settings@2x": "static/app/icons/58x58.png", - "spotlight": "static/app/icons/40x40.png", - "spotlight@2x": "static/app/icons/80x80.png" - }, - "iphone": { - "app@2x": "static/app/icons/120x120.png", - "app@3x": "static/app/icons/180x180.png", - "notification@2x": "static/app/icons/40x40.png", - "notification@3x": "static/app/icons/60x60.png", - "settings@2x": "static/app/icons/58x58.png", - "settings@3x": "static/app/icons/87x87.png", - "spotlight@2x": "static/app/icons/80x80.png", - "spotlight@3x": "static/app/icons/120x120.png" - } - } - } - }, - "compatible": { - "ignoreVersion": true - } - }, - "quickapp": {}, - "mp-weixin": { - "appid": "wxa2abb91f64032a2b", - "setting": { - "urlCheck": false, - "es6": true, - "minified": true - }, - "usingComponents": true, - "optimization": { - "subPackages": true - } - }, - "mp-alipay": { - "usingComponents": true, - "styleIsolation": "shared" - }, - "mp-baidu": { - "usingComponents": true - }, - "mp-toutiao": { - "usingComponents": true - }, - "uniStatistics": { - "enable": false - }, - "vueVersion": "3", - "h5": { - "router": { - "base": "/" - } - } -} \ No newline at end of file diff --git a/src/pages.json b/src/pages.json deleted file mode 100644 index c5b06d0..0000000 --- a/src/pages.json +++ /dev/null @@ -1,109 +0,0 @@ -{ - "globalStyle": { - "navigationStyle": "default", - "navigationBarTitleText": "unibest", - "navigationBarBackgroundColor": "#f8f8f8", - "navigationBarTextStyle": "black", - "backgroundColor": "#FFFFFF" - }, - "easycom": { - "autoscan": true, - "custom": { - "^fg-(.*)": "@/components/fg-$1/fg-$1.vue", - "^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue", - "^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "z-paging/components/z-paging$1/z-paging$1.vue" - } - }, - "tabBar": { - "custom": true, - "color": "#999999", - "selectedColor": "#018d71", - "backgroundColor": "#F8F8F8", - "borderStyle": "black", - "height": "50px", - "fontSize": "10px", - "iconWidth": "24px", - "spacing": "3px", - "list": [ - { - "text": "首页", - "pagePath": "pages/index/index" - }, - { - "text": "关于", - "pagePath": "pages/about/about" - }, - { - "text": "我的", - "pagePath": "pages/me/me" - } - ] - }, - "pages": [ - { - "path": "pages/index/index", - "type": "home", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "首页" - } - }, - { - "path": "pages/about/about", - "type": "page", - "style": { - "navigationBarTitleText": "关于" - }, - "excludeLoginPath": false - }, - { - "path": "pages/about/alova", - "type": "page", - "style": { - "navigationBarTitleText": "Alova 演示" - } - }, - { - "path": "pages/about/vue-query", - "type": "page", - "style": { - "navigationBarTitleText": "Vue Query 演示" - } - }, - { - "path": "pages/login/login", - "type": "page", - "style": { - "navigationBarTitleText": "登录" - } - }, - { - "path": "pages/login/register", - "type": "page", - "style": { - "navigationBarTitleText": "注册" - } - }, - { - "path": "pages/me/me", - "type": "page", - "style": { - "navigationBarTitleText": "我的" - } - } - ], - "subPackages": [ - { - "root": "pages-sub", - "pages": [ - { - "path": "demo/index", - "type": "page", - "style": { - "navigationBarTitleText": "分包页面" - } - } - ] - } - ] -} \ No newline at end of file