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

17
assets/icons/guardian.svg Normal file
View File

@@ -0,0 +1,17 @@
<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"/>
<!-- 盾牌 -->
<path d="M100,30 L160,55 L160,110 C160,145 130,170 100,180 C70,170 40,145 40,110 L40,55 Z" stroke="white" stroke-width="2.5" fill="rgba(255,255,255,0.1)"/>
<!---->
<line x1="100" y1="100" x2="100" y2="155" stroke="white" stroke-width="3" stroke-linecap="round"/>
<line x1="100" y1="120" x2="80" y2="140" stroke="white" stroke-width="2" stroke-linecap="round"/>
<line x1="100" y1="110" x2="120" y2="130" stroke="white" stroke-width="2" stroke-linecap="round"/>
<!-- 树冠 -->
<circle cx="100" cy="80" r="25" stroke="white" stroke-width="2" fill="rgba(255,255,255,0.15)"/>
<circle cx="80" cy="90" r="18" stroke="white" stroke-width="2" fill="rgba(255,255,255,0.1)"/>
<circle cx="120" cy="90" r="18" stroke="white" stroke-width="2" fill="rgba(255,255,255,0.1)"/>
<!-- 根系 -->
<path d="M100,155 Q90,165 75,170" stroke="white" stroke-width="2" stroke-linecap="round" fill="none"/>
<path d="M100,155 Q110,165 125,170" stroke="white" stroke-width="2" stroke-linecap="round" fill="none"/>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB