【私域操盘手】 操盘手端UI - 场景获客

This commit is contained in:
柳清爽
2025-03-24 16:28:04 +08:00
parent c7bd865dad
commit 4e96b79acb
8 changed files with 233 additions and 48 deletions

View File

@@ -0,0 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
<!-- 中心控制器 -->
<rect x="32" y="32" width="16" height="16" rx="4"
stroke="#4080ff"
stroke-width="3"
fill="none"/>
<!-- 连接的设备 -->
<circle cx="24" cy="24" r="6"
stroke="#4080ff"
stroke-width="2.5"
fill="none"/>
<circle cx="56" cy="24" r="6"
stroke="#4080ff"
stroke-width="2.5"
fill="none"/>
<circle cx="24" cy="56" r="6"
stroke="#4080ff"
stroke-width="2.5"
fill="none"/>
<circle cx="56" cy="56" r="6"
stroke="#4080ff"
stroke-width="2.5"
fill="none"/>
<!-- 连接线 -->
<line x1="28" y1="28" x2="32" y2="32"
stroke="#4080ff"
stroke-width="2"
stroke-linecap="round"/>
<line x1="52" y1="28" x2="48" y2="32"
stroke="#4080ff"
stroke-width="2"
stroke-linecap="round"/>
<line x1="28" y1="52" x2="32" y2="48"
stroke="#4080ff"
stroke-width="2"
stroke-linecap="round"/>
<line x1="52" y1="52" x2="48" y2="48"
stroke="#4080ff"
stroke-width="2"
stroke-linecap="round"/>
<!-- 脉冲圆环 -->
<circle cx="40" cy="40" r="28"
stroke="#4080ff"
stroke-width="2"
stroke-dasharray="4 4"
fill="none"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB