This commit is contained in:
2026-04-26 13:47:21 +08:00
commit 4983f34202
24 changed files with 2559 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" fill="none">
<!-- 关系困者 - 两人/纠缠 -->
<circle cx="100" cy="100" r="90" fill="rgba(255,255,255,0.1)" stroke="white" stroke-width="2"/>
<!-- 左边的人 -->
<circle cx="72" cy="70" r="16" stroke="white" stroke-width="2" fill="rgba(255,255,255,0.15)"/>
<path d="M72,86 L72,130 M55,100 L89,100 M72,130 L55,160 M72,130 L89,160" stroke="white" stroke-width="2" stroke-linecap="round"/>
<!-- 右边的人 -->
<circle cx="128" cy="70" r="16" stroke="white" stroke-width="2" fill="rgba(255,255,255,0.15)"/>
<path d="M128,86 L128,130 M111,100 L145,100 M128,130 L111,160 M128,130 L145,160" stroke="white" stroke-width="2" stroke-linecap="round"/>
<!-- 纠缠线 -->
<path d="M88,75 Q100,65 112,75" stroke="white" stroke-width="1.5" stroke-dasharray="4,3" fill="none" opacity="0.6"/>
<path d="M85,100 Q100,110 115,100" stroke="white" stroke-width="1.5" stroke-dasharray="4,3" fill="none" opacity="0.6"/>
<!-- 问号在中间 -->
<text x="100" y="92" text-anchor="middle" fill="white" font-size="18" font-weight="bold" opacity="0.5" font-family="sans-serif">?</text>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB