2 Star 10 Fork 4

rchlz / 福多多集福小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
{
"pages": [
"pages/index/index",
"pages/detail/detail",
"pages/assistance/assistance",
"pages/my/my",
"pages/my/myActivity",
"pages/my/myPrize",
"pages/my/myAddress",
"pages/my/addAddress"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#DD685C",
"navigationBarTitleText": "福多多集福",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
},
"tabBar": {
"selectedColor": "#DD685C",
"list": [
{
"pagePath": "pages/index/index",
"text": "热门活动",
"iconPath": "resources/home.png",
"selectedIconPath": "resources/home-selected.png"
},
{
"pagePath": "pages/my/my",
"text": "我的",
"iconPath": "resources/my.png",
"selectedIconPath": "resources/my-selected.png"
}
]
},
"networkTimeout": {
"request": 10000,
"downloadFile": 60000
},
"permission": {
"scope.userLocation": {
"desc": "更好的为您提供服务"
}
},
"sitemapLocation": "sitemap.json"
}
微信
1
https://gitee.com/gww0426/fuduoduo.git
git@gitee.com:gww0426/fuduoduo.git
gww0426
fuduoduo
福多多集福小程序
master

搜索帮助