4 Star 89 Fork 0

Sinnoo / pets

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.json 1.65 KB
一键复制 编辑 原始数据 按行查看 历史
Sinnoo 提交于 2019-09-21 22:25 . 增加评论和列表点赞
{
"pages": [
"pages/index/index",
"pages/logs/logs",
"pages/my/index",
"pages/my/feedback/feedback",
"pages/my/profile/profile",
"pages/my/setting/setting",
"pages/dynamic/index",
"pages/baike/index",
"pages/publish/index",
"pages/baike/detail/detail",
"pages/my/mobile/mobile",
"pages/index/detail/detail",
"pages/dynamic/detail/detail",
"pages/my/mine/mine"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#a9b7b7",
"selectedColor": "#CC812B",
"borderStyle": "black",
"list": [
{
"selectedIconPath": "images/icon/main_select.png",
"iconPath": "images/icon/main.png",
"pagePath": "pages/index/index",
"text": "综合"
},
{
"selectedIconPath": "images/icon/baike_select.png",
"iconPath": "images/icon/baike.png",
"pagePath": "pages/baike/index",
"text": "百科"
},
{
"selectedIconPath": "images/icon/add_select.png",
"iconPath": "images/icon/add.png",
"pagePath": "pages/publish/index",
"text": "添加"
},
{
"selectedIconPath": "images/icon/dynamic_select.png",
"iconPath": "images/icon/dynamic.png",
"pagePath": "pages/dynamic/index",
"text": "动态"
},
{
"selectedIconPath": "images/icon/my_select.png",
"iconPath": "images/icon/my.png",
"pagePath": "pages/my/index",
"text": "我"
}
]
},
"sitemapLocation": "sitemap.json"
}
微信
1
https://gitee.com/songms/pets.git
git@gitee.com:songms/pets.git
songms
pets
pets
master

搜索帮助