12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- {
- "pages": [
- "pages/user/user",
- "pages/homepage/homepage",
- "pages/today/today",
-
- "pages/rethink/rethink",
- "pages/message/message",
-
- "pages/index/index",
- "pages/rank/rank",
-
- "pages/apply/apply",
- "pages/stock/stock",
- "pages/upload/upload",
- "pages/change/change",
- "pages/myMatchDetail/myMatchDetail",
- "pages/record/record",
- "pages/aboutus/aboutus",
- "pages/mymatch/mymatch",
- "pages/follow/follow",
- "pages/day/day",
- "pages/games/games",
- "pages/search/search",
-
- "pages/style/style",
- "pages/detail/detail",
-
-
- "pages/list/list",
-
- "pages/comment/comment"
-
-
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#D94B24",
- "navigationBarTitleText": "顽主杯",
- "navigationBarTextStyle": "white"
- },
- "tabBar": {
- "selectedColor": "#FF583D",
- "color": "#333333",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "images/home_0.png",
- "selectedIconPath": "images/home_1.png",
- "text": "社区"
- },
- {
- "pagePath": "pages/rank/rank",
- "iconPath": "images/order_0.png",
- "selectedIconPath": "images/order_1.png",
- "text": "排名"
- },
- {
- "pagePath": "pages/upload/upload",
- "iconPath": "images/up_0.png",
- "selectedIconPath": "images/up_1.png",
- "text": "交作业"
- },
- {
- "pagePath": "pages/user/user",
- "iconPath": "images/my_0.png",
- "selectedIconPath": "images/my_1.png",
- "text": "我的"
- }
- ]
- },
- "style": "v2",
- "sitemapLocation": "sitemap.json",
- "lazyCodeLoading": "requiredComponents"
- }
|