From 39e4fda14f4c09ac19def5149872d8a6a22fe147 Mon Sep 17 00:00:00 2001 From: Burt <1020103647@qq.com> Date: Sat, 20 Jan 2024 15:56:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=BB=8F=E8=BF=87=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=EF=BC=8Cmanifest.json=20=E4=B8=8D=E8=83=BD=E5=8A=A0=E5=88=B0?= =?UTF-8?q?=20gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +- src/manifest.json | 71 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 72 insertions(+), 2 deletions(-) create mode 100644 src/manifest.json diff --git a/.gitignore b/.gitignore index decaa92..2ad7e2a 100644 --- a/.gitignore +++ b/.gitignore @@ -30,9 +30,8 @@ components.d.ts # vite-plugin-uni-pages 生成的类型文件 uni-pages.d.ts -# 插件生成的2个文件 +# 插件生成的文件 src/pages.json -src/manifest.json # lock 文件还是不要了,我主要的版本写死就好了 pnpm-lock.yaml diff --git a/src/manifest.json b/src/manifest.json new file mode 100644 index 0000000..63853bc --- /dev/null +++ b/src/manifest.json @@ -0,0 +1,71 @@ +{ + "name": "unifly-uniapp", + "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" +}