123456789101112131415161718192021222324252627282930 |
- {
- "pages": [
- "pages/index/index",
- "pages/code/code",
- "pages/mine/mine"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#AAAAAA",
- "selectedColor": "#343434",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/index/index"
- },
- {
- "pagePath": "pages/mine/mine"
- }
- ]
- },
- "usingComponents": {},
- "sitemapLocation": "sitemap.json"
- }
|