This commit is contained in:
gentianxing 2025-04-23 14:59:14 +08:00
parent c922721132
commit a58f47e9cb
1 changed files with 12 additions and 6 deletions

View File

@ -24,11 +24,17 @@
}
],
"widgets": {
"layout": [],
"basic": [],
"form": [],
"chart": [],
"action": [],
"advanced": []
"basic": [
{
"name": "RealTimeData",
"exposePath": "./basic/RealTimeData",
"label": "实时数据",
"description": "实时数据展示",
"icon": "iconfont gcbp-ide-shishidata",
"category": "basic",
"matchCores": null,
"matchViews": null
}
]
}
}