4 Star 44 Fork 17

ganshisheng / 1_招聘页面小程序模板

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.json 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
ganshisheng 提交于 2020-05-25 14:58 . first
{
"pages": [
"pages/home/home",
"pages/user/user",
"pages/detail/detail",
"pages/search/search",
"pages/jobs/jobs",
"pages/map/map",
"pages/saveJob/saveJob"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#ee0000",
"navigationBarTitleText": "招聘",
"navigationBarTextStyle": "white"
},
"tabBar": {
"color": "#b7b7b7",
"selectedColor": "#ab956d",
"borderStyle": "white",
"backgroundColor": "#f5f5f5",
"list": [
{
"pagePath": "pages/home/home",
"iconPath": "images/home.png",
"selectedIconPath": "images/home-s.png",
"text": "公司主页"
},
{
"pagePath": "pages/jobs/jobs",
"iconPath": "images/jobs.png",
"selectedIconPath": "images/jobs-s.png",
"text": "在招职位"
},
{
"pagePath": "pages/user/user",
"iconPath": "images/my.png",
"selectedIconPath": "images/my-s.png",
"text": "我的"
}
]
},
"sitemapLocation": "sitemap.json"
}
微信
1
https://gitee.com/ganshisheng/wxapp_1.git
git@gitee.com:ganshisheng/wxapp_1.git
ganshisheng
wxapp_1
1_招聘页面小程序模板
master

搜索帮助