1 Star 0 Fork 9

贵宾网络/qingting-f-uniapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 7.81 KB
一键复制 编辑 原始数据 按行查看 历史
WuKong 提交于 2021-03-05 19:50 . 用户协议添加 完善
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "蜻蜓影视",
"enablePullDownRefresh":true
}
}
,{
"path" : "pages/search/search",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle":"custom",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/comment/comment",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle":"custom",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/my/my",
"style" :
{
"navigationBarTitleText": "用户中心",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/detail/detail",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/vlist/vlist",
"style" :
{
"navigationBarTitleText": "视频列表",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/login/login",
"style" :
{
"navigationBarTitleText": "登陆",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/register/register",
"style" :
{
"navigationBarTitleText": "注册",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/addComment/addComment",
"style" :
{
"navigationBarTitleText": "发布到影评",
"enablePullDownRefresh": false,
"app-plus":{
"titleNView":{
"buttons":[
{
"text":"发布",
"fontSize":"18px",
"width":"60px"
}
]
}
}
}
}
,{
"path" : "pages/my/comment/comment",
"style" :
{
"navigationBarTitleText": "我的影评",
"enablePullDownRefresh": false
}
}
,{
"path" : "components/my-card/my-card",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/my/followed/followed",
"style" :
{
"navigationBarTitleText": "我的关注",
"enablePullDownRefresh": true
}
}
,{
"path" : "pages/my/fans/fans",
"style" :
{
"navigationBarTitleText": "我的粉丝",
"enablePullDownRefresh": true
}
}
,{
"path" : "pages/my/collect/collect",
"style" :
{
"navigationBarTitleText": "我的片单",
"enablePullDownRefresh": true
}
}
,{
"path" : "pages/my/like/like",
"style" :
{
"navigationBarTitleText": "我的喜欢",
"enablePullDownRefresh": true
}
}
,{
"path" : "pages/my/setting/setting",
"style" :
{
"navigationBarTitleText": "设置",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/my/setting/nickname/nickname",
"style" :
{
"navigationBarTitleText": "设置昵称",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/my/setting/password/password",
"style" :
{
"navigationBarTitleText": "修改密码",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/player/player",
"style" :
{
"navigationStyle": "custom",
"backgroundColor": "transparent",
"app-plus": {
"background": "transparent",
"popGesture": "none"
}
}
}
,{
"path" : "pages/my/hisgory/hisgory",
"style" :
{
"navigationBarTitleText": "观看历史",
"enablePullDownRefresh": true
}
}
,{
"path" : "pages/register/agreement/agreement",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "蜻蜓影视",
"navigationBarBackgroundColor": "#0e0e0e",
"backgroundColor": "#1c1c1c"
},
"tabBar":{
"color": "#7b7b7b",
"selectedColor": "#ff1337",
"borderStyle": "black",
"backgroundColor": "#0e0e0e",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tabbar/home.png",
"selectedIconPath": "static/tabbar/home_h.png",
"text": "首页"
},
{
"pagePath": "pages/search/search",
"iconPath": "static/tabbar/search.png",
"selectedIconPath": "static/tabbar/search_h.png",
"text": "搜索"
},
{
"pagePath": "pages/comment/comment",
"iconPath": "static/tabbar/comment.png",
"selectedIconPath": "static/tabbar/comment_h.png",
"text": "影评"
},
{
"pagePath": "pages/my/my",
"iconPath": "static/tabbar/my.png",
"selectedIconPath": "static/tabbar/my_h.png",
"text": "我的"
}]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/guibinwu/qingting-f-uniapp.git
git@gitee.com:guibinwu/qingting-f-uniapp.git
guibinwu
qingting-f-uniapp
qingting-f-uniapp
master

搜索帮助