| 1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "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"
- }
|