1 Star 0 Fork 3

元芳 / 测评小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
wulivictor 提交于 2020-08-06 08:07 . 测评类小程序1.0
{
"pages": [{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "精选趣味测"
}
}, {
"path": "pages/introduce/introduce",
"style": {
"navigationStyle" : "custom"
}
}, {
"path": "pages/result/result",
"style": {
"navigationBarTitleText": "测试结果"
}
},
{
"path": "pages/list/list",
"style": {
"navigationBarTitleText": "更多好玩"
}
}
,{
"path" : "pages/list/loveyan/loveyan",
"style" : {}
}
],
"tabBar": {
"color": "#c1c1c1",
"selectedColor": "#000000",
"borderStyle": "white",
"backgroundColor": "#EFEFEF",
"list": [{
"text": "精选测试",
"pagePath": "pages/index/index",
"iconPath": "static/tabbar/home.png",
"selectedIconPath": "static/tabbar/home_c.png"
},
{
"text": "更多好玩",
"pagePath": "pages/list/list",
"iconPath": "static/tabbar/list.png",
"selectedIconPath": "static/tabbar/list_c.png"
}
]
},
"display": {
"themeMode": -1
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "精选趣味测",
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#FFFFFF"
}
}
JavaScript
1
https://gitee.com/log6262635/estimation_app.git
git@gitee.com:log6262635/estimation_app.git
log6262635
estimation_app
测评小程序
master

搜索帮助