{ "pages": [ "pages/index/index", "pages/profile/profile", "pages/calculator/calculator", "pages/unit-converter/unit-converter", "pages/discount/discount", "pages/history/history", "pages/about/about", "pages/privacy/privacy", "pages/webview/webview", "pages/logs/logs" ], "__usePrivacyCheck__": true, "window": { "navigationBarTextStyle": "black", "navigationBarTitleText": "道棋百宝箱", "navigationBarBackgroundColor": "#EBF4F8" }, "tabBar": { "color": "#999999", "selectedColor": "#11616B", "backgroundColor": "#ffffff", "borderStyle": "black", "list": [ { "pagePath": "pages/index/index", "text": "工具箱", "iconPath": "assets/tabs/tool.png", "selectedIconPath": "assets/tabs/tool-active.png" }, { "pagePath": "pages/profile/profile", "text": "我的", "iconPath": "assets/tabs/user.png", "selectedIconPath": "assets/tabs/user-active.png" } ] }, "style": "v2", "componentFramework": "glass-easel", "lazyCodeLoading": "requiredComponents" }