1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "pages": [
- "pages/index/index",
- "pages/pkResult/index",
- "pages/userWorks/index",
- "pages/ranking/index",
- "pages/works/index",
- "pages/collection/index",
- "pages/personal/index",
- "pages/childClassify/index",
- "pages/score/index",
- "pages/reading/index",
- "pages/pkPage/index",
- "pages/my/index",
- "pages/editUser/index",
- "pages/notice/index",
- "pages/follow/index"
- ],
- "tabBar": {
- "custom": true,
- "list": [{
- "pagePath": "pages/my/index",
- "text": "我的"
- }, {
- "pagePath": "pages/index/index",
- "text": "推荐"
- }, {
- "pagePath": "pages/works/index",
- "text": "作品"
- }]
- },
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#F2F6FC",
- "navigationBarTitleText": "小学语文朗读配音",
- "navigationBarTextStyle": "black",
- "onReachBottomDistance": 50,
- "enablePullDownRefresh": false
- },
- "resolveAlias": {
- "~/*": "/*"
- },
- "sitemapLocation": "sitemap.json"
- }
|