1 Star 0 Fork 7

kaicool/小程序好客租房

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.64 KB
一键复制 编辑 原始数据 按行查看 历史
hoing 提交于 2020-02-21 01:40 . 快搜和搜索
{
"pages": [
"pages/index/index",
"pages/find/find",
"pages/news/news",
"pages/newsdetail/newsdetail",
"pages/home/home",
"pages/personal/personal",
"pages/editpersonal/editpersonal",
"pages/fangmsg/fangmsg",
"pages/fang/fang",
"pages/fav/fav",
"pages/rec/rec",
"pages/myhome/myhome",
"pages/qfind/qfind",
"pages/search/search"
],
"window": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#21b97a",
"navigationBarTitleText": "黑马-好客租房",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"networkTimeout": {
"request": 10000,
"connectSocket": 10000,
"uploadFile": 10000,
"downloadFile": 10000
},
"tabBar": {
"color": "#969B9C",
"selectedColor": "#21b97a",
"backgroundColor": "",
"position": "bottom",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "images/index.png",
"selectedIconPath": "images/index_active.png"
},
{
"pagePath": "pages/find/find",
"text": "找房",
"iconPath": "images/find.png",
"selectedIconPath": "images/find_active.png"
},
{
"pagePath": "pages/news/news",
"text": "资讯",
"iconPath": "images/news.png",
"selectedIconPath": "images/news_active.png"
},
{
"pagePath": "pages/home/home",
"text": "我的",
"iconPath": "images/home.png",
"selectedIconPath": "images/home_active.png"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kaicool/wxhkzf.git
git@gitee.com:kaicool/wxhkzf.git
kaicool
wxhkzf
小程序好客租房
master

搜索帮助