| 12345678910111213141516171819202122232425 |
- {
- "renderer": "webview",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#0f2226",
- "backgroundColor": "#0f2226",
- "backgroundColorContent": "#0f2226",
- "backgroundColorTop": "#0f2226",
- "backgroundColorBottom": "#0f2226",
- "component": true,
- "usingComponents": {
- "t-tag": "tdesign-miniprogram/tag/tag",
- "t-icon": "tdesign-miniprogram/icon/icon",
- "record-care": "/module/charts/record-care/record-care",
- "record-index": "/module/charts/record-index/record-index",
- "t-image": "tdesign-miniprogram/image/image",
- "t-button": "tdesign-miniprogram/button/button",
- "t-drawer": "tdesign-miniprogram/drawer/drawer",
- "t-skeleton": "tdesign-miniprogram/skeleton/skeleton",
- "t-empty": "tdesign-miniprogram/empty/empty"
- },
- "componentPlaceholder": {
- "record-care": "view",
- "record-index": "view"
- }
- }
|