12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "pages": [
- "pages/index/index",
- "pages/social/works/works",
- "pages/social/insideMessage/insideMessage",
- "pages/social/replyDetail/replyDetail",
- "pages/social/littleFlower/littleFlower",
- "pages/social/prize/prize",
- "pages/main/class/class",
- "pages/main/books/books",
- "pages/main/week/week",
- "pages/main/reading/reading",
- "pages/main/searchResult/searchResult",
- "pages/groupPage/discount-group/discount-group",
- "pages/groupPage/group-details/group-details",
- "pages/groupPage/grade-details/grade-details",
- "pages/groupPage/collage-details/collage-details",
- "pages/groupPage/my-group/my-group",
- "pages/groupPage/make-money/make-money",
- "pages/user/myEdit/myEdit",
- "pages/user/myconcern/myconcern",
- "pages/user/myWallet/myWallet",
- "pages/user/mycourse/mycourse",
- "pages/user/myread/myread",
- "pages/user/mycollection/mycollection",
- "pages/user/walletDetails/walletDetails",
- "pages/user/myworks/myworks"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#12C962",
- "navigationBarTitleText": "小学课文朗读配音",
- "navigationBarTextStyle": "white",
- "backgroundColor": "#12C962",
- "onReachBottomDistance": 50,
- "enablePullDownRefresh": true
- },
- "debug": false,
- "sitemapLocation": "sitemap.json"
- }
|