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" +}