1
0
go-view-fetch/src/packages/components/Charts/MyComponents/SceneDistribution/data.json

17 lines
269 B
JSON
Raw Normal View History

2025-08-20 12:09:24 +08:00
{
"source": [
{
"label": "场景总数",
"value": 264,
2025-08-21 09:19:33 +08:00
"color": "#00E5FF",
"image": "scene-total.png"
2025-08-20 12:09:24 +08:00
},
{
"label": "智控场景",
"value": 264,
2025-08-21 09:19:33 +08:00
"color": "#FFD700",
"image": "scene-control.png"
2025-08-20 12:09:24 +08:00
}
]
}