123456789101112131415161718192021222324252627282930313233343536 |
- {
- "pages": [
- "pages/index/index",
- "pages/logs/logs",
- "pages/home/home",
- "pages/mine/mine",
- "pages/todoList/todoList"
- ],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "xiaochengxu",
- "navigationBarBackgroundColor": "#ff0000"
- },
- "tabBar": {
- "list": [
- {
- "pagePath": "pages/home/home",
- "text": "首页",
- "iconPath": "./pages/image/首页.png",
- "selectedIconPath": "./pages/image/首页 (1).png"
- },
- {
- "pagePath": "pages/mine/mine",
- "text": "我的",
- "iconPath": "./pages/image/我的.png",
- "selectedIconPath": "./pages/image/我的 (1).png"
- }
- ],
- "color": "#f49329",
- "selectedColor": "#ff0000"
- },
- "style": "v2",
- "componentFramework": "glass-easel",
- "sitemapLocation": "sitemap.json",
- "lazyCodeLoading": "requiredComponents"
- }
|