存客宝 React

This commit is contained in:
柳清爽
2025-03-29 16:50:39 +08:00
parent caea0b4b99
commit 7e7c199996
388 changed files with 53282 additions and 2076 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