{ "pages": [ "pages/index/index", "pages/poem-list/poem-list", "pages/author-list/author-list", "pages/favorite/favorite", "pages/poem-detail/poem-detail", "pages/author-detail/author-detail", "pages/search/search", "pages/search-result/search-result" ], "window": { "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#fff", "navigationBarTitleText": "诗词大全", "navigationBarTextStyle": "black" }, "sitemapLocation": "sitemap.json", "tabBar": { "list": [ { "pagePath": "pages/index/index", "text": "首页" }, { "pagePath": "pages/poem-list/poem-list", "text": "诗词库" }, { "pagePath": "pages/author-list/author-list", "text": "诗人" }, { "pagePath": "pages/favorite/favorite", "text": "收藏" } ], "custom": true } }