1 Star 0 Fork 0

潇湘夜雨/miniprogram-housekeeping

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
潇湘夜雨 提交于 2021-09-28 21:36 . 增加tabs模块
{
"pages": [
"pages/home/home",
"pages/message/message",
"pages/my/my",
"pages/publish/publish"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "广场",
"navigationBarTextStyle": "black"
},
"tabBar": {
"selectedColor": "#FBC02D",
"borderStyle": "white",
"color": "#8a8a8a",
"list": [
{
"pagePath": "pages/home/home",
"text": "广场",
"iconPath": "static/icon/home.png",
"selectedIconPath": "static/icon/home-selected.png"
},
{
"pagePath": "pages/publish/publish",
"text": "发布",
"iconPath": "static/icon/publish.png",
"selectedIconPath": "static/icon/publish-selected.png"
},
{
"pagePath": "pages/message/message",
"text": "消息",
"iconPath": "static/icon/message.png",
"selectedIconPath": "static/icon/message-selected.png"
},
{
"pagePath": "pages/my/my",
"text": "我的",
"iconPath": "static/icon/my.png",
"selectedIconPath": "static/icon/my-selected.png"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/turnerDavis/house-keeping.git
git@gitee.com:turnerDavis/house-keeping.git
turnerDavis
house-keeping
miniprogram-housekeeping
master

搜索帮助