22 Star 274 Fork 111

小柒2012 / 妹子图

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.json 1.50 KB
一键复制 编辑 原始数据 按行查看 历史
小柒2012 提交于 2020-06-01 20:39 . 妹子图
{
"pages": [
"pages/today/today",
"pages/history/history",
"pages/detail/detail",
"pages/about/index",
"pages/girls/card",
"pages/login/index"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#00B89F",
"navigationBarTitleText": "爪哇妹",
"navigationBarTextStyle": "white"
},
"tabBar": {
"color": "#424242",
"selectedColor": "#00B89F",
"backgroundColor": "#fff",
"list": [
{
"pagePath": "pages/today/today",
"text": "今日推荐",
"iconPath": "common/assets/tab/today_normal.png",
"selectedIconPath": "common/assets/tab/today_selected.png"
},
{
"pagePath": "pages/history/history",
"text": "历史干货",
"iconPath": "common/assets/tab/history_normal.png",
"selectedIconPath": "common/assets/tab/history_selected.png"
},
{
"pagePath": "pages/girls/card",
"text": "赏心悦目",
"iconPath": "common/assets/tab/picture_normal.png",
"selectedIconPath": "common/assets/tab/picture_selected.png"
},
{
"pagePath": "pages/about/index",
"text": "关于",
"iconPath": "common/assets/tab/about_normal.png",
"selectedIconPath": "common/assets/tab/about_selected.png"
}
]
},
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
},
"debug": true,
"sitemapLocation": "sitemap.json",
"usingComponents": {
"towxml": "/towxml/towxml"
}
}
JavaScript
1
https://gitee.com/52itstyle/mzitu.git
git@gitee.com:52itstyle/mzitu.git
52itstyle
mzitu
妹子图
master

搜索帮助