| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "darkmode": true,
- "pages": [
- "pages/home/home",
- "pages/params/params",
- "pages/settings/settings"
- ],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationStyle": "custom"
- },
- "tabBar": {
- "color": "#64748b",
- "selectedColor": "#0f766e",
- "backgroundColor": "#ffffff",
- "borderStyle": "black",
- "list": [
- {
- "pagePath": "pages/home/home",
- "text": "首页",
- "iconPath": "assets/tab/home.png",
- "selectedIconPath": "assets/tab/home-active.png"
- },
- {
- "pagePath": "pages/params/params",
- "text": "参数",
- "iconPath": "assets/tab/params.png",
- "selectedIconPath": "assets/tab/params-active.png"
- },
- {
- "pagePath": "pages/settings/settings",
- "text": "设置",
- "iconPath": "assets/tab/settings.png",
- "selectedIconPath": "assets/tab/settings-active.png"
- }
- ]
- },
- "permission": {
- "scope.userLocation": {
- "desc": "用于安卓系统扫描附近蓝牙设备"
- }
- },
- "style": "v2",
- "renderer": "skyline",
- "rendererOptions": {
- "skyline": {
- "defaultDisplayBlock": true,
- "defaultContentBox": true,
- "disableABTest": true,
- "sdkVersionBegin": "3.0.0",
- "sdkVersionEnd": "15.255.255"
- }
- },
- "componentFramework": "glass-easel",
- "sitemapLocation": "sitemap.json",
- "lazyCodeLoading": "requiredComponents"
- }
|