{ "pages": [ "pages/index/index", "pages/list/index", "pages/component/index", "pages/i/index", "pages/logs/logs" ], "window": { "backgroundTextStyle": "light", "navigationBarTextStyle": "white", "navigationBarTitleText": "中国古代数学", "navigationBarBackgroundColor": "#000", "backgroundColor": "#fbf9fe", "enablePullDownRefresh": true }, "tabBar": { "color": "#dddddd", "selectedColor": "#3cc51f", "borderStyle": "white", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/index/index", "iconPath": "image/icon_component.png", "selectedIconPath": "image/icon_component_HL.png", "text": "首页" }, { "pagePath": "pages/list/index", "iconPath": "image/icon_API.png", "selectedIconPath": "image/icon_API_HL.png", "text": "古代数学家" }, { "pagePath": "pages/component/index", "iconPath": "image/icon_API.png", "selectedIconPath": "image/icon_API_HL.png", "text": "数学的分类" }, { "pagePath": "pages/i/index", "iconPath": "image/icon_API.png", "selectedIconPath": "image/icon_API_HL.png", "text": "关于数学" } ] }, "networkTimeout": { "request": 10000, "connectSocket": 10000, "uploadFile": 10000, "downloadFile": 10000 }, "debug": true }