1 Star 0 Fork 21

HL/iread

forked from 寻找距离/iread 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 1.83 KB
一键复制 编辑 原始数据 按行查看 历史
寻找距离 提交于 2020-05-11 15:00 . first commit
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"titleNView": false
}
}
,{
"path" : "pages/me/me",
"style" : {"titleNView":false,"navigationBarTitleText":"我的"}
}
,{
"path" : "pages/bookshelf/bookshelf",
"style" : {"titleNView":false ,"navigationBarTitleText":"书架"}
}
,{
"path" : "pages/categoryindex/categoryindex",
"style" : {"titleNView":false}
}
,{
"path" : "pages/bookdetail/bookdetail",
"style" : {"titleNView":false}
}
,{
"path" : "pages/readbook/readbook",
"style" : {"titleNView":false}
}
,{
"path" : "pages/search/search",
"style" : {"titleNView":false,"enablePullDownRefresh": true}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "月上悦",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar":{
"color":"#bfbfbf",
"selectedColor":"#515151",
"borderStyle":"black",
"backgroundColor":"#FFFFFF",
"list":[
{
"pagePath":"pages/index/index",
"text":"首页",
"iconPath":"static/img/tabbar/category.png",
"selectedIconPath":"static/img/tabbar/category_sel.png"
} ,
{
"pagePath":"pages/bookshelf/bookshelf",
"text":"书架",
"iconPath":"static/img/tabbar/bookshelf.png",
"selectedIconPath":"static/img/tabbar/bookshelf_sel.png"
},
{
"pagePath":"pages/me/me",
"text":"我的",
"iconPath":"static/img/tabbar/me.png",
"selectedIconPath":"static/img/tabbar/me_sel.png"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/HL_code20020829/iread.git
[email protected]:HL_code20020829/iread.git
HL_code20020829
iread
iread
master

搜索帮助