1 Star 0 Fork 0

gsw / 陪玩

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
manifest.json 4.74 KB
一键复制 编辑 原始数据 按行查看 历史
gsw 提交于 2022-09-16 17:53 . 1.1
{
"name" : "demo1",
"appid" : "__UNI__1ED8808",
"description" : "基于uni-app开发的新闻/资讯类App模板",
"versionName" : "3.1.23",
"versionCode" : 1,
"transformPx" : false,
"uniStatistics" : {
"enable" : false
},
"compatConfig" : {
"MODE" : 2 // 2代表兼容Vue2模式,3代表非兼容Vue2模式
},
"app-plus" : {
"usingComponents" : true,
"nvueCompiler" : "uni-app",
/* 5+App特有相关 */
"modules" : {
"Payment" : {}
},
/* 模块配置 */
"distribute" : {
/* 应用发布信息 */
"android" : {
/* android打包配置 */
"permissions" : [
"<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
"<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
"<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
"<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
"<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
],
"permissionPhoneState" : {
"request" : "none"
},
"abiFilters" : [ "armeabi-v7a" ]
},
"ios" : {
"idfa" : false
},
/* ios打包配置 */
"sdkConfigs" : {
"ad" : {},
"payment" : {
"alipay" : {
"__platform__" : [ "ios", "android" ]
}
}
},
"icons" : {
"android" : {
"hdpi" : "unpackage/res/icons/72x72.png",
"xhdpi" : "unpackage/res/icons/96x96.png",
"xxhdpi" : "unpackage/res/icons/144x144.png",
"xxxhdpi" : "unpackage/res/icons/192x192.png"
},
"ios" : {
"appstore" : "unpackage/res/icons/1024x1024.png",
"ipad" : {
"app" : "unpackage/res/icons/76x76.png",
"app@2x" : "unpackage/res/icons/152x152.png",
"notification" : "unpackage/res/icons/20x20.png",
"notification@2x" : "unpackage/res/icons/40x40.png",
"proapp@2x" : "unpackage/res/icons/167x167.png",
"settings" : "unpackage/res/icons/29x29.png",
"settings@2x" : "unpackage/res/icons/58x58.png",
"spotlight" : "unpackage/res/icons/40x40.png",
"spotlight@2x" : "unpackage/res/icons/80x80.png"
},
"iphone" : {
"app@2x" : "unpackage/res/icons/120x120.png",
"app@3x" : "unpackage/res/icons/180x180.png",
"notification@2x" : "unpackage/res/icons/40x40.png",
"notification@3x" : "unpackage/res/icons/60x60.png",
"settings@2x" : "unpackage/res/icons/58x58.png",
"settings@3x" : "unpackage/res/icons/87x87.png",
"spotlight@2x" : "unpackage/res/icons/80x80.png",
"spotlight@3x" : "unpackage/res/icons/120x120.png"
}
}
}
}
},
"quickapp" : {},
"mp-weixin" : {
"appid" : "",
"setting" : {
"urlCheck" : false
},
"usingComponents" : true
},
"mp-alipay" : {
"usingComponents" : true
},
"mp-baidu" : {
"usingComponents" : true
},
"mp-toutiao" : {
"usingComponents" : true
},
"h5" : {
"router" : {
"base" : "./",
"mode" : "hash"
},
"template" : "h5.template.html",
// "pathRewrite": {
// "^/api": "/"
// }
"optimization" : {
"treeShaking" : {
"enable" : false
}
},
"devServer" : {
"proxy" : {
"/api" : {
"target" : "http://192.168.1.199:8080", // 你需要反向代理的域名或ip,
// "target": "http://192.168.31.56:8080", // 你需要反向代理的域名或ip,
"changeOrigin" : true,
"secure" : false,
"pathRewrite" : {
"^/api" : ""
}
}
}
}
},
"vueVersion" : "2"
}
1
https://gitee.com/gan-shiwen/play-with.git
git@gitee.com:gan-shiwen/play-with.git
gan-shiwen
play-with
陪玩
master

搜索帮助