Ai
1 Star 2 Fork 2

韩龙宇/ZY-Player-Android

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 1.73 KB
一键复制 编辑 原始数据 按行查看 历史
韩龙宇 提交于 2020-11-18 22:31 +08:00 . 新增 历史记录 以及 视频源管理界面
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
{
"path": "pages/film/film",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/star/star",
"style": {
"navigationBarTitleText": "收藏"
}
},
{
"path": "pages/history/history",
"style": {
"navigationBarTitleText": "播放记录"
}
},
{
"path": "pages/site/site",
"style": {
"navigationBarTitleText": "源管理"
}
},
{
"path": "pages/me/me",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/detail/detail",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/play/play",
"style": {
"navigationBarTitleText": "播放"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "ZY Player",
"navigationBarBackgroundColor": "#FFFFFF",
"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/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 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hunlongyu/ZY-Player-Android.git
git@gitee.com:hunlongyu/ZY-Player-Android.git
hunlongyu
ZY-Player-Android
ZY-Player-Android
main

搜索帮助