1 Star 0 Fork 9

张航/edison-uniapp

forked from chenyi/edison-uniapp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
manifest.json 1.94 KB
一键复制 编辑 原始数据 按行查看 历史
chenyi 提交于 2024-05-25 11:41 . 项目初始化
{
"name" : "Edison组件库",
"appid" : "__UNI__865F8EF",
"description" : "",
"versionName" : "1.0.0",
"versionCode" : "100",
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
"usingComponents" : true,
"nvueStyleCompiler" : "uni-app",
"compilerVersion" : 3,
"splashscreen" : {
"alwaysShowBeforeRender" : true,
"waiting" : true,
"autoclose" : true,
"delay" : 0
},
/* 模块配置 */
"modules" : {},
/* 应用发布信息 */
"distribute" : {
/* android打包配置 */
"android" : {
"permissions" : []
},
/* ios打包配置 */
"ios" : {},
/* SDK配置 */
"sdkConfigs" : {}
}
},
/* 快应用特有相关 */
"quickapp" : {},
/* 小程序特有相关 */
"mp-weixin" : {
"appid" : "wx822063e449036b15",
"setting" : {
"urlCheck" : false,
"es6" : false
},
"usingComponents" : true,
"permission" : {
"scope.userLocation" : {
"desc" : "选择附近位置"
},
"scope.userFuzzyLocation" : {
"desc" : "获取附近位置"
}
},
"requiredPrivateInfos" : [ "chooseLocation", "getFuzzyLocation" ]
},
"mp-alipay" : {
"usingComponents" : true
},
"mp-baidu" : {
"usingComponents" : true
},
"mp-toutiao" : {
"usingComponents" : true
},
"uniStatistics" : {
"enable" : false
},
"vueVersion" : "3",
"h5" : {
"sdkConfigs" : {
"maps" : {
"amap" : {
"key" : "4f4689a5617fceeca0926776f80d599f",
"securityJsCode" : "",
"serviceHost" : ""
}
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhang-hang520/edison-uniapp.git
[email protected]:zhang-hang520/edison-uniapp.git
zhang-hang520
edison-uniapp
edison-uniapp
master

搜索帮助