1 Star 0 Fork 0

龙猫/微信小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.38 KB
一键复制 编辑 原始数据 按行查看 历史
龙猫 提交于 2020-08-01 22:54 . 微信小程序购物商城
{
"pages": [
"pages/index/index",
"components/searchInput/SearchInput",
"pages/category/index",
"pages/goods_list/index",
"pages/goods_detail/main",
"pages/cart/index",
"pages/collect/index",
"pages/order/index",
"pages/search/index",
"pages/user/index",
"pages/feedback/index",
"pages/login/index",
"pages/auth/index",
"pages/pay/index"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#eb4450",
"navigationBarTitleText": "福奥商城",
"navigationBarTextStyle": "white"
},
"tabBar": {
"color": "#000000",
"selectedColor":"#E21E33",
"list":[
{
"pagePath":"pages/index/index",
"iconPath":"icons/home.png",
"selectedIconPath":"icons/home_clone.png",
"text": "首页"
},
{
"pagePath":"pages/category/index",
"iconPath":"icons/category.png",
"selectedIconPath":"icons/category_clone.png",
"text":"分类"
},
{
"pagePath":"pages/cart/index",
"iconPath":"icons/cart.png",
"selectedIconPath":"icons/cart_clone.png",
"text":"购物车"
},
{
"pagePath":"pages/user/index",
"iconPath":"icons/my.png",
"selectedIconPath":"icons/my_clone.png",
"text":"我的"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lang9076/wechat_applet.git
[email protected]:lang9076/wechat_applet.git
lang9076
wechat_applet
微信小程序
master

搜索帮助