{ "pages": [ "pages/feedback/index", "pages/students/index", "pages/records/index", "pages/profile/index", "pages/defaults/index" ], "window": { "navigationBarBackgroundColor": "#F4F7FB", "navigationBarTextStyle": "black", "navigationBarTitleText": "教学反馈助手", "backgroundColor": "#F4F7FB", "backgroundTextStyle": "dark" }, "permission": { "scope.record": { "desc": "用于将课堂反馈录音转成文字" } }, "tabBar": { "custom": true, "color": "#8E8E93", "selectedColor": "#007AFF", "backgroundColor": "#F8FAFC", "borderStyle": "white", "list": [ { "pagePath": "pages/feedback/index", "text": "反馈生成" }, { "pagePath": "pages/students/index", "text": "学生档案" }, { "pagePath": "pages/records/index", "text": "反馈记录" }, { "pagePath": "pages/profile/index", "text": "我的" } ] }, "style": "v2", "sitemapLocation": "sitemap.json" }