加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.json 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
flylinran 提交于 2018-06-11 23:40 . init
{
"pages": [
"pages/index/index",
"pages/subject/subject",
"pages/contact/contact",
"pages/article/article",
"pages/articles/articles"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#12b7f5",
"navigationBarTitleText": "某某公司官网",
"navigationBarTextStyle": "white"
},
"tabBar": {
"color": "#7f8389",
"selectedColor": "#00a8f3",
"borderStyle": "black",
"backgroundColor": "#f7f7fa",
"list": [
{
"pagePath": "pages/index/index",
"text": "主页",
"iconPath": "/images/tab_home.png",
"selectedIconPath": "/images/tab_home_selected.png"
},
{
"pagePath": "pages/subject/subject",
"text": "专题栏目",
"iconPath": "/images/tab_app.png",
"selectedIconPath": "/images/tab_app_selected.png"
},
{
"pagePath": "pages/contact/contact",
"text": "联系我们",
"iconPath": "/images/tab_contact.png",
"selectedIconPath": "/images/tab_contact_selected.png"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化