{ "pages": [ "pages/dashboard/index", "pages/activity/index", "pages/device/index", "pages/knowledge/index", "pages/knowledge/detail", "pages/user/index", "pages/machine/index", "pages/ai-chat/index", "pages/field/index", "pages/more/index", "pages/settings/index", "pages/about/index", "pages/privacy/index" ], "tabBar": { "color": "#666666", "selectedColor": "#4CAF50", "backgroundColor": "#ffffff", "borderStyle": "black", "list": [ { "pagePath": "pages/dashboard/index", "iconPath": "static/icons/home.png", "selectedIconPath": "static/icons/home-active.png", "text": "首页" }, { "pagePath": "pages/activity/index", "iconPath": "static/icons/activity.png", "selectedIconPath": "static/icons/activity-active.png", "text": "农事" }, { "pagePath": "pages/device/index", "iconPath": "static/icons/device.png", "selectedIconPath": "static/icons/device-active.png", "text": "设备" }, { "pagePath": "pages/knowledge/index", "iconPath": "static/icons/knowledge.png", "selectedIconPath": "static/icons/knowledge-active.png", "text": "农技" }, { "pagePath": "pages/user/index", "iconPath": "static/icons/user.png", "selectedIconPath": "static/icons/user-active.png", "text": "我的" } ] }, "usingComponents": {} }