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

19
assets/icons/seeker.svg Normal file
View File

@@ -0,0 +1,19 @@
<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="100" cy="100" r="65" stroke="white" stroke-width="2" fill="none"/>
<circle cx="100" cy="100" r="55" stroke="white" stroke-width="1" fill="none" opacity="0.5"/>
<!-- 刻度 -->
<line x1="100" y1="35" x2="100" y2="45" stroke="white" stroke-width="2"/>
<line x1="100" y1="155" x2="100" y2="165" stroke="white" stroke-width="2"/>
<line x1="35" y1="100" x2="45" y2="100" stroke="white" stroke-width="2"/>
<line x1="155" y1="100" x2="165" y2="100" stroke="white" stroke-width="2"/>
<!-- 指针 -->
<polygon points="100,50 92,100 100,90 108,100" fill="white" opacity="0.9"/>
<polygon points="100,150 92,100 100,110 108,100" fill="white" opacity="0.4"/>
<!-- 中心点 -->
<circle cx="100" cy="100" r="5" fill="white"/>
<!-- 问号 -->
<text x="100" y="30" text-anchor="middle" fill="white" font-size="16" font-weight="bold" font-family="serif">?</text>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB