1 Star 1 Fork 0

尘心/糖人影视小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.11 KB
一键复制 编辑 原始数据 按行查看 历史
尘心 提交于 2022-03-12 11:00 . 糖人影视小程序
{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/category/category",
"style": {
"navigationBarTitleText": "栏目分类"
}
},
{
"path": "pages/search/search",
"style": {
"navigationBarTitleText": "搜索中心"
}
},
{
"path": "pages/mine/mine",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/category/category_video",
"style": {}
},
{
"path": "pages/video/video",
"style": {}
},
{
"path": "pages/mine/mine_history",
"style": {
"navigationBarTitleText": "我的浏览"
}
},
{
"path": "pages/mine/mine_collect",
"style": {
"navigationBarTitleText": "我的收藏"
}
},
{
"path": "pages/mine/mine_message",
"style": {
"navigationBarTitleText": "求片留言"
}
},
{
"path": "pages/mine/mine_about",
"style": {
"navigationBarTitleText": "关于我们"
}
},
{
"path": "pages/recommend/recommend",
"style": {
"navigationBarTitleText": "影视推荐"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#999",
"selectedColor": "#434343",
"borderStyle": "white",
"backgroundColor": "#fff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tabbar/home.png",
"selectedIconPath": "static/tabbar/home_active.png",
"text": "首页"
},
{
"pagePath": "pages/category/category",
"iconPath": "static/tabbar/category.png",
"selectedIconPath": "static/tabbar/category_active.png",
"text": "分类"
},
{
"pagePath": "pages/search/search",
"iconPath": "static/tabbar/search.png",
"selectedIconPath": "static/tabbar/search_active.png",
"text": "搜索"
},
{
"pagePath": "pages/mine/mine",
"iconPath": "static/tabbar/my.png",
"selectedIconPath": "static/tabbar/my_active.png",
"text": "我的"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dengxchao/sugar-man-film-and-television.git
[email protected]:dengxchao/sugar-man-film-and-television.git
dengxchao
sugar-man-film-and-television
糖人影视小程序
master

搜索帮助