加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 1.77 KB
一键复制 编辑 原始数据 按行查看 历史
1570005439@qq.com 提交于 2020-03-10 16:24 . 第一次代码提交
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path" : "pages/demo/demo",
"style" : {
"navigationBarTitleText":"view和text组件"
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "仿糗事百科-首页"
}
}
,{
"path" : "pages/list/list",
"style" : {
"navigationBarTitleText": "仿糗事百科-列表页"
}
}
,{
"path" : "pages/news/news",
"style" : {}
}
,{
"path" : "pages/paper/paper",
"style" : {}
}
,{
"path" : "pages/home/home",
"style" : {}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "仿糗事百科",
"navigationBarBackgroundColor": "#FFB400",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#ADADAD",
"selectedColor": "#FFB400",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tabBar/index.png",
"selectedIconPath": "static/tabBar/indexed.png",
"text": "糗事"
},{
"pagePath": "pages/news/news",
"iconPath": "static/tabBar/news.png",
"selectedIconPath": "static/tabBar/newsed.png",
"text": "动态"
},{
"pagePath": "pages/paper/paper",
"iconPath": "static/tabBar/paper.png",
"selectedIconPath": "static/tabBar/papered.png",
"text": "小纸条"
},{
"pagePath": "pages/home/home",
"iconPath": "static/tabBar/home.png",
"selectedIconPath": "static/tabBar/homeed.png",
"text": "我的"
}]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化