{ "pages": [ "pages/onboarding/onboarding", "pages/home/home", "pages/plan/plan", "pages/record/record", "pages/report/report", "pages/community/community", "pages/learn/learn", "pages/article/article", "pages/profile/profile" ], "window": { "navigationStyle": "custom", "backgroundColor": "#F8F6F2", "backgroundTextStyle": "dark" }, "tabBar": { "custom": true, "color": "#8D8277", "selectedColor": "#DD8420", "backgroundColor": "#FFFFFF", "list": [ { "pagePath": "pages/home/home", "text": "首页" }, { "pagePath": "pages/plan/plan", "text": "计划" }, { "pagePath": "pages/record/record", "text": "记录" }, { "pagePath": "pages/report/report", "text": "报告" }, { "pagePath": "pages/community/community", "text": "社区" } ] }, "sitemapLocation": "sitemap.json", "style": "v2" }