1 Star 0 Fork 0

zzjwuishare/redCover

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 1.38 KB
一键复制 编辑 原始数据 按行查看 历史
小疯子 提交于 2021-01-21 21:47 . 上传源码
//本项目为开源项目,作者微信:zheng593446899,如有问题可联系
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
}
}, {
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/detail/detail",
"style" :
{
"navigationBarTitleText": "封面详情",
"enablePullDownRefresh": false
}
}
],
"tabBar": {
"backgroundColor": "#F7F7FA",
"color": "#707070",
"selectedColor": "#ffad00",
"borderStyle": "white",
"list": [{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "/static/tabbar/fuli.png",
"selectedIconPath": "/static/tabbar/fuli_fill.png"
},
{
"pagePath": "pages/user/user",
"text": "我的",
"iconPath": "/static/tabbar/user.png",
"selectedIconPath": "/static/tabbar/user_fill.png"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "封面攻略",
"navigationBarBackgroundColor": "#f45d4c",
"backgroundColor": "#FFFFFF",
"h5": {
"titleNView": false
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zzjwuishare/redCover.git
git@gitee.com:zzjwuishare/redCover.git
zzjwuishare
redCover
redCover
master

搜索帮助