代码拉取完成,页面将自动刷新
{
"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": "我的"
}]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。