123456789101112131415161718192021222324252627 |
- {
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "本草书院有声图书"
- }
- },
- {
- "path": "pages/book/book",
- "style": {
- "navigationBarTitleText": "本草书院有声图书"
- }
- }
- ],
- "globalStyle": {
- "rpxCalcMaxDeviceWidth": 3840,
- "rpxCalcBaseDeviceWidth": 375,
- "rpxCalcIncludeWidth": 750,
- "navigationBarTextStyle": "black",
- "navigationStyle": "custom",
- "pageOrientation": "landscape",
- "app-plus": {
- "scrollIndicator": "none"
- }
- }
- }
|