kitchendDevice/unpackage/dist/build/mp-weixin/app.json

88 lines
2.0 KiB
JSON
Raw Normal View History

2025-07-28 16:57:16 +08:00
{
"pages": [
"pages/index/index",
"pages/menu/menu",
"pages/add/add",
"pages/count/count",
"pages/me/me",
"pages/add/Preview",
2025-11-08 16:50:26 +08:00
"pages/search/search",
"pages/search/list"
2025-07-28 16:57:16 +08:00
],
"subPackages": [
{
"root": "pageTwo",
"pages": [
"login/forgetPassword",
"login/login",
"me/feedBack",
"me/userEdit",
"me/record",
2025-11-25 14:21:22 +08:00
"me/recordetail",
2025-07-28 16:57:16 +08:00
"me/mymenu",
"me/menudetail",
"me/foodlist",
"count/setting",
"count/KcalEdit",
"count/food",
2025-11-08 16:50:26 +08:00
"count/search",
2025-07-28 16:57:16 +08:00
"webview/webview",
"setting/setting",
"setting/password",
"setting/email",
"setting/phone",
"me/menuEdit"
]
}
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
2025-11-25 14:21:22 +08:00
"navigationBarBackgroundColor": "#3CB383",
2025-07-28 16:57:16 +08:00
"backgroundColor": "#efefef"
},
"tabBar": {
"color": "#333",
2025-11-25 14:21:22 +08:00
"selectedColor": "#3CB383",
2025-07-28 16:57:16 +08:00
"backgroundColor": "#fff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/home.png",
"selectedIconPath": "static/home01.png",
"text": "首页"
},
{
2025-11-08 16:50:26 +08:00
"pagePath": "pages/search/search",
2025-07-28 16:57:16 +08:00
"iconPath": "static/cai.png",
"selectedIconPath": "static/cai01.png",
2025-11-08 16:50:26 +08:00
"text": "教你做"
2025-07-28 16:57:16 +08:00
},
{
"pagePath": "pages/add/add",
"iconPath": "static/add.png",
"selectedIconPath": "static/add.png",
"text": ""
},
{
"pagePath": "pages/count/count",
"iconPath": "static/ji.png",
"selectedIconPath": "static/ji01.png",
2025-11-25 14:21:22 +08:00
"text": "计食"
2025-07-28 16:57:16 +08:00
},
{
"pagePath": "pages/me/me",
"iconPath": "static/me.png",
"selectedIconPath": "static/me01.png",
"text": "我的"
}
]
},
"plugins": {
"WechatSI": {
"version": "0.3.6",
"provider": "wx069ba97219f66d99"
}
},
"usingComponents": {}
}