From ec426f953780f1e4c1cb98f896845d0a3d6283b4 Mon Sep 17 00:00:00 2001 From: Burt <1020103647@qq.com> Date: Tue, 23 Jan 2024 18:51:50 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E7=BB=AD=E4=B8=8A=EF=BC=8C=E6=8A=8A?= =?UTF-8?q?=20manifest=20=E5=8A=A0=E5=85=A5=20gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +- src/manifest.json | 72 ----------------------------------------------- 2 files changed, 2 insertions(+), 73 deletions(-) delete mode 100644 src/manifest.json diff --git a/.gitignore b/.gitignore index 9e16aee..33224e7 100644 --- a/.gitignore +++ b/.gitignore @@ -32,10 +32,11 @@ uni-pages.d.ts # 插件生成的文件 src/pages.json +src/manifest.json # lock 文件还是不要了,我主要的版本写死就好了 pnpm-lock.yaml package-lock.json # TIPS:如果某些文件已经加入了版本管理,现在重新加入 .gitignore 是不生效的,需要执行下面的操作 -# `git rm -r cached .` 然后提交 commit 即可。 +# `git rm -r --cached .` 然后提交 commit 即可。 diff --git a/src/manifest.json b/src/manifest.json deleted file mode 100644 index 4cb1336..0000000 --- a/src/manifest.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "name": "UniBest App", - "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, - "__usePrivacyCheck__": true - }, - "mp-alipay": { - "usingComponents": true - }, - "mp-baidu": { - "usingComponents": true - }, - "mp-toutiao": { - "usingComponents": true - }, - "uniStatistics": { - "enable": false - }, - "vueVersion": "3" -}