12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- {
- "pages": [
- "pages/home/home",
- "pages/index/index",
- "pages/me/me",
- "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/download/download",
- "pages/wakeList/wakeList",
- "pages/aboutInfo/aboutInfo",
- "pages/bluConnect/bleconnect"
- ],
- "subPackages": [
- {
- "root": "pages/piano/",
- "pages": [
- "detail/detail",
- "woodenfish/woodenfish",
- "wallpaper/wallpaper",
- "musicscore/musicscore",
- "firmware/firmware",
- "rank/rank"
- ]
- }
- ],
- "tabBar": {
- "list": [
- {
- "pagePath": "pages/home/home",
- "text": "首页2",
- "iconPath": "./img/index_unaction.png",
- "selectedIconPath": "./img/index_action.png"
- },
- {
- "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"
- }
- ],
- "color": "#999999",
- "selectedColor": "#1AAD19",
- "backgroundColor": "#FFFFFF",
- "borderStyle": "black",
- "position": "bottom",
- "custom": true
- },
- "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"
- ],
- "permission": {
- "scope.userFuzzyLocation": {
- "desc": "用于获取wifi名称"
- }
- }
- }
|