12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "pages": [
- {
- "path": "pages/Home/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/Practice/index",
- "style": {
- "navigationBarTitleText": "“逻辑狗杯”预热练习"
- }
- },
- {
- "path": "pages/GameView/index",
- "style": {
- "navigationStyle": "custom",
- "disableScroll": true
- }
- },
- {
- "path": "pages/Practice/report",
- "style": {
- "navigationBarTitleText": "练习报告",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/Practice/course",
- "style": {
- "navigationBarTitleText": "练习报告",
- "navigationBarBackgroundColor": "#fff"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "逻辑狗思维魔法嘉年华",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- }
- }
|