12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "pages": [
- {
- "path": "pages/home/home",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/home/me",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/home/share",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/home/apps",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/detail/bigdata",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/detail/app",
- "style": {
- "navigationStyle": "custom"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uView",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#FFFFFF"
- }
- }
|