1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "pages": [
- "pages/index/index",
- "pages/login/login",
- "pages/about/about",
- "pages/repeat/repeat",
- "pages/deviceWake/deviceWake",
- "pages/channelDetails/channelDetails",
- "pages/deviceConnect3/deviceConnect3",
- "pages/deviceConnect0/deviceConnect0",
- "pages/deviceConnect2/deviceConnect2",
- "pages/deviceConnect1/deviceConnect1",
- "pages/me/me",
- "pages/download/download",
- "pages/wakeList/wakeList",
- "pages/aboutInfo/aboutInfo",
- "pages/deviceList/devices",
- "pages/deviceConMode/index"
- ],
- "tabBar": {
- "borderStyle": "black",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "首页",
- "iconPath": "./img/index_unaction.png",
- "selectedIconPath": "./img/index_action.png"
- },
- {
- "pagePath": "pages/me/me",
- "text": "我的",
- "iconPath": "./img/me_unaction.png",
- "selectedIconPath": "./img/me_action.png"
- }
- ]
- },
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "backgroundColor": "#fff",
- "navigationBarTitleText": "Weixin",
- "navigationBarTextStyle": "black",
- "navigationStyle": "custom"
- },
- "networkTimeout": {
- "request": 20000,
- "connectSocket": 20000,
- "uploadFile": 20000,
- "downloadFile": 20000
- },
- "style": "v2",
- "sitemapLocation": "sitemap.json",
- "requiredPrivateInfos": [
- "getFuzzyLocation"
- ]
- }
|