12345678910111213141516171819202122232425262728293031 |
- {
- "pages": [
- "pages/my/index",
- "pages/logs/logs",
- "pages/index/index"
- ],
- "tabBar": {
- "list": [{
- "pagePath": "pages/my/index",
- "text": "我的"
- }, {
- "pagePath": "pages/index/index",
- "text": "推荐"
- }, {
- "pagePath": "pages/logs/logs",
- "text": "作品"
- }]
- },
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#ededed",
- "navigationBarTitleText": "小学语文朗读配音",
- "navigationBarTextStyle": "black",
- "onReachBottomDistance": 50,
- "enablePullDownRefresh": true
- },
- "resolveAlias": {
- "~/*": "/*"
- },
- "sitemapLocation": "sitemap.json"
- }
|