2 Star 28 Fork 10

一花一草一世界/super_hero_ preview

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.69 KB
一键复制 编辑 原始数据 按行查看 历史
一花一草一世界 提交于 2021-02-11 12:20 . 首次提交
{
//
"usingComponents":{
"error_toast":""
},
"component":true,
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "超级英雄电影预告",
"app-plus":{
"titleNView":false // 禁用原生导航栏
},
"enablePullDownRefresh":true //开启该页面下拉刷新
}
}
,{
"path" : "pages/serch/serch",
"style" :
{
"navigationBarTitleText":"电影预告搜索",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/mine/mine",
"style" :
{
"app-plus":{
"titleNView":false // 禁用原生导航栏
},
"navigationBarTextStyle": "white",
"navigationBarTitleText": "我的",
"navigationBarBackgroundColor": "#ffd655",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/detail/detail",
"style" :
{
"app-plus":{
"titleNView":{
"type":"transparent",
"buttons":[
{"type":"share"}
]
}
},
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "超级英雄电影预告",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar":{
"color":"#bfbfbf",
"selectedColor":"#515151",
"borderStyle":"black",
"backgroundColor":"#FFFFFF",
"list":[
{
"pagePath":"pages/index/index",
"text":"首页",
"iconPath":"static/tabBar/index1.png",
"selectedIconPath":"./static/tabBar/index2.png"
},{
"pagePath":"pages/serch/serch",
"text":"搜索",
"iconPath":"static/tabBar/search1.png",
"selectedIconPath":"static/tabBar/search2.png"
},{
"pagePath":"pages/mine/mine",
"text":"我的",
"iconPath":"static/tabBar/mine1.png",
"selectedIconPath":"static/tabBar/mine2.png"
}
]
},
"condition" : { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [
{
"name": "", //模式名称
"path": "pages/mine/mine", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tilin/super_hero_preview.git
git@gitee.com:tilin/super_hero_preview.git
tilin
super_hero_preview
super_hero_ preview
master

搜索帮助