2 Star 0 Fork 0

wsj / 懂你找图

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 3.99 KB
一键复制 编辑 原始数据 按行查看 历史
wsj 提交于 2022-11-20 10:37 . 1
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path" : "pages/tabBar/home/home",
"style" :
{
// "navigationBarTitleText": "迷你找图",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/tabBar/horizontal/horizontal",
"style" :
{
// "navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/tabBar/video/video",
"style" :
{
// "navigationBarTitleText": "",
"enablePullDownRefresh": true
}
}
,{
"path" : "pages/tabBar/search/search",
"style" :
{
// "navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/tabBar/mine/mine",
"style" :
{
"navigationBarTitleText": "个人中心",
"enablePullDownRefresh": true
}
},{
"path" : "pages/album/album",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/goDatail/goDatail",
"style" :
{
"navigationBarTitleText": "图片详情",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/imgCategory/imgCategory",
"style" :
{
"navigationBarTitleText": "图片分类",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/user/sign-in",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "迷你找图",
"navigationBarBackgroundColor": "#000000",
"autoscan":true
},
"tabBar":{
"backgroundColor":"#FFF",
"color":"#929292",
"selectedColor":"#ff69b4",
"position":"bottom",
"list":[
{
"pagePath":"pages/tabBar/home/home",
"text":"首页",
"iconPath":"static/tabbar/shouye.png",
"selectedIconPath":"static/tabbar/shouye (2).png"
},
{
"pagePath":"pages/tabBar/horizontal/horizontal",
"text":"横屏",
"iconPath":"static/tabbar/tupian.png",
"selectedIconPath":"static/tabbar/tupian (2).png"
},
{
"pagePath":"pages/tabBar/video/video",
"text":"精品视频",
"iconPath":"static/tabbar/shipin.png",
"selectedIconPath":"static/tabbar/shipin (2).png"
},
{
"pagePath":"pages/tabBar/search/search",
"text":"搜索",
"iconPath":"static/tabbar/sousuotubiao.png",
"selectedIconPath":"static/tabbar/sousuotubiao (2).png"
},
{
"pagePath":"pages/tabBar/mine/mine",
"text":"我的",
"iconPath":"static/tabbar/wode.png",
"selectedIconPath":"static/tabbar/wode (2).png"
}
]
}
}
1
https://gitee.com/wanshuijin-web/img.git
git@gitee.com:wanshuijin-web/img.git
wanshuijin-web
img
懂你找图
master

搜索帮助