1 Star 0 Fork 1

镜花/赏金猎人小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.json 2.35 KB
一键复制 编辑 原始数据 按行查看 历史
kun_code 提交于 2023-07-03 10:54 . fix: shop 卡片
{
"pages": [
"pages/login/login",
"pages/register/register",
"pages/index/index/index",
"pages/index/newsInfo/newsInfo",
"pages/index/courier/courier",
"pages/index/weather/weather",
"pages/index/news/news",
"pages/index/musics/musics",
"pages/forest/index/forest",
"pages/forest/create_task/create_task",
"pages/forest/search_task/search_task",
"pages/forest/my_task/my_task",
"pages/shop/index/shop",
"pages/shop/my_business/my_business",
"pages/shop/release_goods/release_goods",
"pages/car/index/car",
"pages/car/car_search/car_search",
"pages/car/car_info/car_info",
"pages/car/car_register/car_register",
"pages/car/my_car/my_car",
"pages/personal/index/personal",
"pages/personal/send_secret/send_secret",
"pages/personal/gold_deposits/gold_deposits",
"pages/personal/customer_service/customer_service"
],
"component": true,
"usingComponents": {
"ec-charts":"./components/ec-canvas/ec-canvas",
"goods-card":"./pages/shop/components/GoodsCard/GoodsCard"
},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#1E90FF",
"navigationBarTitleText": "",
"navigationBarTextStyle": "black"
},
"tabBar": {
"backgroundColor": "#1E90FF",
"color": "#F5F4E8",
"selectedColor": "#fff",
"list": [
{
"selectedIconPath": "img/main1.png",
"iconPath": "img/main.png",
"pagePath": "pages/index/index/index",
"text": "首页"
},
{
"selectedIconPath": "img/tree1.png",
"iconPath": "img/tree.png",
"pagePath": "pages/forest/index/forest",
"text": "森林"
},
{
"selectedIconPath": "img/shop1.png",
"iconPath": "img/shop.png",
"pagePath": "pages/shop/index/shop",
"text": "小铺"
},
{
"selectedIconPath": "img/car1.png",
"iconPath": "img/car.png",
"pagePath": "pages/car/index/car",
"text": "出行"
},
{
"selectedIconPath": "img/user1.png",
"iconPath": "img/user.png",
"pagePath": "pages/personal/index/personal",
"text": "我的"
}
]
},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置服务"
}
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/hiphops/bounty-hunter-applet.git
git@gitee.com:hiphops/bounty-hunter-applet.git
hiphops
bounty-hunter-applet
赏金猎人小程序
master

搜索帮助