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