diff --git a/.gitignore b/.gitignore index 3fa72a22dbe5fdc026f6cda9cff7c4e556f1f242..703b2968563e689f9b176a291293003deeb55a91 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,8 @@ node_modules/ .project -unpackage/ +/unpackage/* +!unpackage/icon1024.png .DS_Store .hbuilderx/ __image_snapshots__/ -__snapshot__ \ No newline at end of file +__snapshot__ diff --git a/manifest.json b/manifest.json index 1084d329bb4d7a3b4d76c7dc95219c2684fbdb9b..ae6e8144041efb29a5da9d08f02997a881154a46 100644 --- a/manifest.json +++ b/manifest.json @@ -1,50 +1,55 @@ -{ - "name": "Hello uni-app x", - "appid": "__UNI__HelloUniAppX", - "description": "", - "versionName": "1.1", - "versionCode": 10100, - "uni-app-x": {}, - /* 快应用特有相关 */ - "quickapp": {}, - /* 小程序特有相关 */ - "mp-weixin": { - "appid": "", - "setting": { - "urlCheck": false - }, - "usingComponents": true - }, - "mp-alipay": { - "usingComponents": true - }, - "mp-baidu": { - "usingComponents": true - }, - "mp-toutiao": { - "usingComponents": true - }, - "uniStatistics": { - "enable": false - }, - "app": { - "distribute": { - /* android打包配置 */ - "modules": { - "uni-payment":{ - "alipay":{}, - "wxpay":{} +{ + "name" : "Hello uni-app x", + "appid" : "__UNI__HelloUniAppX", + "description" : "", + "versionName" : "1.2.2", + "versionCode" : 10202, + "uni-app-x" : {}, + /* 快应用特有相关 */ + "quickapp" : {}, + /* 小程序特有相关 */ + "mp-weixin" : { + "appid" : "", + "setting" : { + "urlCheck" : false }, - "uni-ad": { - "gdt": {} + "usingComponents" : true + }, + "mp-alipay" : { + "usingComponents" : true + }, + "mp-baidu" : { + "usingComponents" : true + }, + "mp-toutiao" : { + "usingComponents" : true + }, + "uniStatistics" : { + "enable" : false + }, + "app" : { + "distribute" : { + /* android打包配置 */ + "modules" : { + "uni-payment" : { + "alipay" : {}, + "wxpay" : {} + }, + "uni-ad" : { + "gdt" : {} + } + }, + "icons" : { + "ios" : { + "appstore" : "unpackage/icon1024.png" + } + } } - } - } - }, - "vueVersion": "3", - "h5": { - "router": { - "base": "/web/" - } - } + }, + "vueVersion" : "3", + "h5" : { + "router" : { + "base" : "/web/" + } + } } diff --git a/unpackage/icon1024.png b/unpackage/icon1024.png new file mode 100644 index 0000000000000000000000000000000000000000..a4c67a426121d1028ec27e1f3ffa2921986680f3 Binary files /dev/null and b/unpackage/icon1024.png differ