1 Star 0 Fork 0

寻千/miniprogram-travel

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.31 KB
一键复制 编辑 原始数据 按行查看 历史
寻千 提交于 2019-07-11 11:49 . 个人中心
{
"pages": [
"pages/index/index",
"pages/discover/discover",
"pages/message/message",
"pages/me/me",
"pages/login/login",
"pages/logs/logs"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#eee",
"navigationBarTitleText": "愚人旅游",
"navigationBarTextStyle": "black"
},
"tabBar": {
"position": "bottom",
"backgroundColor": "#fff",
"color": "black",
"selectedColor": "green",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "/pages/images/appStore.png",
"selectedIconPath": "/pages/images/appStore_selected.png",
"text": "首页"
},
{
"pagePath": "pages/discover/discover",
"iconPath": "/pages/images/compass.png",
"selectedIconPath": "/pages/images/compass_selected.png",
"text": "发现"
},
{
"pagePath": "pages/message/message",
"iconPath": "/pages/images/message.png",
"selectedIconPath": "/pages/images/message_selected.png",
"text": "消息"
},
{
"pagePath": "pages/me/me",
"iconPath": "/pages/images/user.png",
"selectedIconPath": "/pages/images/user_selected.png",
"text": "个人中心"
}
]
},
"sitemapLocation": "sitemap.json"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xunqian/miniprogram-travel.git
git@gitee.com:xunqian/miniprogram-travel.git
xunqian
miniprogram-travel
miniprogram-travel
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385