加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.58 KB
一键复制 编辑 原始数据 按行查看 历史
Yohao丶 提交于 2018-05-14 09:28 . no message
{
"pages": [
"pages/index/index",
"pages/logs/logs",
"pages/movie/movie",
"pages/search/search",
"pages/profile/profile",
<<<<<<< HEAD
"pages/test/test"
=======
"pages/hot/hot"
>>>>>>> 93be5dffd42ad1e7882242b6631fb7ae793e36e9
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#000",
"navigationBarTitleText": "豆瓣电影",
<<<<<<< HEAD
"navigationBarTextStyle": "white"
},
"tabBar": {
"color": "ccc",
"selectedColor": "green",
=======
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true
},
"tabBar": {
"color": "ccc",
"selectedColor": "#61a644",
>>>>>>> 93be5dffd42ad1e7882242b6631fb7ae793e36e9
"list": [
{
"pagePath": "pages/index/index",
"text": "推荐电影",
"iconPath": "images/featured.png",
"selectedIconPath": "images/featured-a.png"
},
{
"pagePath": "pages/hot/hot",
"text": "热映电影",
"iconPath": "images/hot.png",
"selectedIconPath": "images/hot2.png"
},
{
"pagePath": "pages/search/search",
"text": "搜索",
"iconPath": "images/search1.png",
"selectedIconPath": "images/search2.png"
},
{
"pagePath": "pages/test/test",
"text": "练习页面",
"iconPath": "images/bs.png",
"selectedIconPath": "images/bs1.png"
},
{
"pagePath": "pages/profile/profile",
"text": "我的",
"iconPath": "images/user1.png",
"selectedIconPath": "images/user.png"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化