| 123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "pages": [
- "pages/home/index",
- "pages/common_desc/index",
- "pages/zf_static/index",
- "pages/index/index",
- "pages/webview/index",
- "pages/back_sand/back",
- "pages/zf/index"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "Mew喵呜",
- "navigationBarTextStyle": "black"
- },
- "tabBar": {
- "color": "#999999",
- "selectedColor": "#7B68EE",
- "backgroundColor": "#ffffff",
- "borderStyle": "black",
- "list": [
- {
- "pagePath": "pages/home/index",
- "text": "首页",
- "iconPath": "image/home.png",
- "selectedIconPath": "image/home_active.png"
- },
- {
- "pagePath": "pages/index/index",
- "text": "关于我们",
- "iconPath": "image/about.png",
- "selectedIconPath": "image/about_active.png"
- }
- ]
- },
- "sitemapLocation": "sitemap.json",
- "lazyCodeLoading": "requiredComponents"
- }
|