1 Star 14 Fork 3

正十七边形 / uniapp-视频点播类应用-仿bilibili

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 3.80 KB
一键复制 编辑 原始数据 按行查看 历史
Zhang Jiaming 提交于 2021-02-22 17:21 . 完成"我的作品"页面
{
"easycom": {
// 下载安装的方式需要前面的"@/",npm安装的方式无需"@/"
// 下载安装方式
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
// npm安装方式
// "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
// 上拉颜色
"backgroundColorTop": "#F3F3F3",
// 下拉颜色
"backgroundColorBottom": "#F3F3F3",
"enablePullDownRefresh": false
}
},
{
"path": "pages/class/class",
"style": {
"enablePullDownRefresh": false
}
},
{
"path": "pages/my/my",
"style": {
"enablePullDownRefresh": false,
// 禁止页面滚动(仅对微信小程序和百度小程序有效,实测ios端也会生效)
"disableScroll": true
}
},
{
"path": "pages/publish/publish",
"style": {
"enablePullDownRefresh": false
}
},
{
"path" : "pages/choseImage/choseImage",
"style" :
{
// 上拉颜色
"backgroundColorTop": "#424242",
// 下拉颜色
"backgroundColorBottom": "#424242",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/user-video/user-video",
"style" :
{
"navigationBarTitleText": "我的作品",
"enablePullDownRefresh": false
}
}
],
// 全局配置(每个页面中配置项会覆盖 globalStyle 中相同的配置项)
"globalStyle": {
// 微信小程序端的原生导航栏(包括状态栏)(custom即取消原生导航栏)
"navigationStyle": "custom",
"app-plus": {
// app端的原生导航栏(包括状态栏)
"titleNView": false
}
// 屏幕顶部状态栏的字体颜色
// "navigationBarTextStyle": "#ffffff",
// 导航栏标题
// "navigationBarTitleText": "",
// 导航栏背景颜色(同状态栏背景色)
// "navigationBarBackgroundColor": "#F6759B",
// 窗口的背景色(微信小程序、百度小程序、字节跳动小程序)
// "backgroundColor": "#FFFFFF",
},
"tabBar": {
"list": [{
"pagePath": "pages/index/index"
},
{
"pagePath": "pages/class/class"
},
{
"pagePath": "pages/my/my"
}
]
}
// 底部导航栏
// "tabBar": {
// // 导航选项未被选中时的字体颜色
// "color": "#333C4E",
// // 导航选项被选中时的字体颜色
// "selectedColor":"#f9749a",
// // 分界线的风格(只能选black/white)
// "borderStyle": "black",
// // 导航栏背景色
// "backgroundColor": "#98C379",
// // 导航选项的配置
// "list": [
// {
// // 当前导航选项的文件所在路径
// "pagePath": "pages/index/index",
// // 当前导航选项显示的文字标题
// "text": "发现",
// // 当前导航选项未被选中时显示的图标
// "iconPath": "static/tabbar/find.png",
// // 当前导航选项被选中时显示的图标
// "selectedIconPath": "static/tabbar/findSelected.png"
// },
// {
// "pagePath": "pages/class/class",
// "text": "分类",
// "iconPath": "static/tabbar/class.png",
// "selectedIconPath": "static/tabbar/classSelected.png"
// },
// {
// "pagePath": "pages/my/my",
// "text": "我的",
// "iconPath": "static/tabbar/my.png",
// "selectedIconPath": "static/tabbar/mySelected.png"
// }
// ]
// },
}
1
https://gitee.com/ming0508/video-on-demand-app.git
git@gitee.com:ming0508/video-on-demand-app.git
ming0508
video-on-demand-app
uniapp-视频点播类应用-仿bilibili
master

搜索帮助