12345678910111213141516 |
- {
- "pages": [
- "pages/index/index"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "ColorUI",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- },
- "usingComponents": {
- "cu-custom": "/colorui/components/cu-custom"
- },
- "sitemapLocation": "sitemap.json"
- }
|