1 Star 1 Fork 1

amilytom/decorationofwxapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.29 KB
一键复制 编辑 原始数据 按行查看 历史
amilytom 提交于 2020-10-03 11:51 . 完成小程序开发
{
"pages": [
"pages/index/index",
"pages/article_list/article_list",
"pages/article/article",
"pages/order/order",
"pages/case/case",
"pages/case_list/case_list",
"pages/about/about"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#599fff",
"navigationBarTitleText": "装修小程序",
"navigationBarTextStyle": "white"
},
"tabBar": {
"color": "#515151",
"selectedColor": "#599fff",
"borderStyle": "white",
"backgroundColor": "white",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "images/tabbar/h.png",
"selectedIconPath": "images/tabbar/h1.png"
},
{
"pagePath": "pages/order/order",
"text": "预约",
"iconPath": "images/tabbar/s.png",
"selectedIconPath": "images/tabbar/s1.png"
},
{
"pagePath": "pages/case_list/case_list",
"text": "案例",
"iconPath": "images/tabbar/t.png",
"selectedIconPath": "images/tabbar/t1.png"
},
{
"pagePath": "pages/about/about",
"text": "关于",
"iconPath": "images/tabbar/w.png",
"selectedIconPath": "images/tabbar/w1.png"
}
]
},
"sitemapLocation": "sitemap.json"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/ikanbest/decorationofwxapp.git
git@gitee.com:ikanbest/decorationofwxapp.git
ikanbest
decorationofwxapp
decorationofwxapp
master

搜索帮助