1 Star 0 Fork 0

啾咪啾咪/微信小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
啾咪啾咪 提交于 2021-06-25 21:59 . 微信小程序第一天
{
"pages":[
"pages/index/index",
"pages/category/category",
"pages/cart/cart",
"pages/my/my",
"pages/logs/logs"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#fb544d",
"navigationBarTitleText": "优购商城",
"navigationBarTextStyle":"white"
},
"tabBar": {
"selectedColor": "#fb544d",
"list": [{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "icons/icons/home.png",
"selectedIconPath": "icons/icons/home-o.png"
},
{
"pagePath": "pages/category/category",
"text": "分类",
"iconPath": "icons/icons/category.png",
"selectedIconPath": "icons/icons/category-o.png"
},
{
"pagePath": "pages/cart/cart",
"text": "购物车",
"iconPath": "icons/icons/cart.png",
"selectedIconPath": "icons/icons/cart-o.png"
},
{
"pagePath": "pages/my/my",
"text": "我的",
"iconPath": "icons/icons/my.png",
"selectedIconPath": "icons/icons/my-o.png"
}]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhangpengjing123/wechat-applet.git
git@gitee.com:zhangpengjing123/wechat-applet.git
zhangpengjing123
wechat-applet
微信小程序
master

搜索帮助