加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.03 KB
一键复制 编辑 原始数据 按行查看 历史
lidexun 提交于 2023-12-29 09:02 . feat: tabbar
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uniapp-x插件分享",
"navigationStyle": "custom"
}
},
{
"path": "pages/scroll-video/index",
"style": {
"navigationBarTitleText": "仿抖音上下滑动视频组件",
"navigationStyle": "custom",
"enablePullDownRefresh": false,
"bounce": "none"
}
},
{
"path" : "pages/me/me",
"style" :
{
"navigationStyle": "custom",
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/friends_circle/friends_circle",
"style" :
{
"navigationStyle": "custom",
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/message/message",
"style" :
{
"navigationStyle": "custom",
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#ffffff"
},
"uniIdRouter": {},
"tabBar": {
"color": "rgba(255, 255, 255, 0.75)",
"selectedColor": "#ffffff",
"borderStyle": "black",
"backgroundColor": "black",
"list": [{
"pagePath": "pages/index/index",
"selectedIconPath": "static/tabbar/video_two.png",
"iconPath": "static/tabbar/video_two_opacity75.png",
"text": "视频"
},
{
"pagePath": "pages/message/message",
"selectedIconPath": "static/tabbar/comment.png",
"iconPath": "static/tabbar/comment_opacity75.png",
"text": "消息"
},
{
"pagePath": "pages/friends_circle/friends_circle",
"selectedIconPath": "static/tabbar/friends_circle.png",
"iconPath": "static/tabbar/friends_circle_opacity75.png",
"text": "动态"
},
{
"pagePath": "pages/me/me",
"selectedIconPath": "static/tabbar/me.png",
"iconPath": "static/tabbar/me_opacity75.png",
"text": "我的"
}]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化