1 Star 6 Fork 2

haven/ZY-Player-APP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 4.06 KB
一键复制 编辑 原始数据 按行查看 历史
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue",
"^mescroll-(.*)": "@/libs/mescroll-uni/components/mescroll-$1/mescroll-$1.vue"
},
"pages": [{
"path": "pages/film/film",
"style": {
"navigationBarTitleText": "首页",
"navigationBarBackgroundColor": "#FFFFFF"
}
},
{
"path": "pages/star/star",
"style": {
"navigationBarTitleText": "收藏",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "清空",
"fontSize": "12px"
}]
}
}
}
},
{
"path": "pages/history/history",
"style": {
"navigationBarTitleText": "播放记录",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "清空",
"fontSize": "12px"
}]
}
}
}
},
{
"path": "pages/site/site",
"style": {
"navigationBarTitleText": "源管理"
}
},
{
"path": "pages/me/me",
"style": {
"navigationBarTitleText": "我的",
"navigationStyle": "custom"
}
},
{
"path": "pages/play/play",
"style": {
"navigationBarTitleText": "播放"
}
},
{
"path": "pages/r18Keywords/r18Keywords",
"style": {
"navigationBarTitleText": "青少年配置",
"enablePullDownRefresh": false
}
},
{
"path": "pages/live/live",
"style": {
"navigationBarTitleText": "直播",
"enablePullDownRefresh": false
}
}, {
"path": "pages/channel/channel",
"style": {
"navigationBarTitleText": "卫视直播",
"enablePullDownRefresh": false
}
}, {
"path": "pages/analyze/analyze",
"style": {
"navigationBarTitleText": "解析视频",
"enablePullDownRefresh": false
}
}, {
"path": "pages/analyze/webVideo",
"style": {
"navigationBarTitleText": "解析视频播放",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": {
"buttons": [
{
"text": "关闭",
"float": "left",
"fontSize": "12px"
}
]
}
}
}
}, {
"path": "pages/drive/drive",
"style": {
"navigationBarTitleText": "云盘资源",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": {
"autoBackButton": false,
"buttons": [
{
"text": "选择",
"fontSize": "12px"
},
{
"text": "关闭",
"float": "left",
"fontSize": "12px"
}
]
}
}
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "ZYPlayer",
"navigationBarBackgroundColor": "#EEEEEE",
"backgroundColor": "#FFFFFF"
},
"tabBar": {
"color": "#909399",
"selectedColor": "#303133",
"backgroundColor": "#FFFFFF",
"borderStyle": "black",
"list": [{
"pagePath": "pages/film/film",
"iconPath": "static/images/home1.png",
"selectedIconPath": "static/images/home2.png",
"text": "首页"
},
{
"pagePath": "pages/live/live",
"iconPath": "static/images/live1.png",
"selectedIconPath": "static/images/live2.png",
"text": "直播"
},
{
"pagePath": "pages/channel/channel",
"iconPath": "static/images/weishi1.png",
"selectedIconPath": "static/images/weishi2.png",
"text": "卫视"
},
{
"pagePath": "pages/star/star",
"iconPath": "static/images/star1.png",
"selectedIconPath": "static/images/star2.png",
"text": "收藏"
},
{
"pagePath": "pages/me/me",
"iconPath": "static/images/me1.png",
"selectedIconPath": "static/images/me2.png",
"text": "我"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/haven5/ZY-Player-APP.git
[email protected]:haven5/ZY-Player-APP.git
haven5
ZY-Player-APP
ZY-Player-APP
main

搜索帮助