feat(map): refine SCADA feature experience

This commit is contained in:
2026-07-14 10:48:24 +08:00
parent 0b7e827024
commit 1c85d938a6
35 changed files with 1020 additions and 842 deletions
+9
View File
@@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none">
<circle cx="32" cy="32" r="32" fill="#2563EB" fill-opacity=".9"/>
<circle cx="32" cy="32" r="30.5" stroke="#60A5FA" stroke-width="3"/>
<g stroke="#FFFFFF" stroke-width="3" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 16h22l-4 8H25l-4-8Z"/>
<path d="M27 28c3.3 3 6.7 3 10 0M23 34c6 5.3 12 5.3 18 0M32 24v20"/>
<path d="M15 48c6-3 10 3 16 0s10 3 18 0"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 473 B