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/awakener.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"/>
<ellipse cx="100" cy="100" rx="60" ry="35" stroke="white" stroke-width="3" fill="none"/>
<circle cx="100" cy="100" r="18" fill="white"/>
<circle cx="100" cy="100" r="8" fill="#764ba2"/>
<circle cx="94" cy="94" r="3" fill="white"/>
<!-- 光芒 -->
<line x1="100" y1="10" x2="100" y2="30" stroke="white" stroke-width="2" stroke-linecap="round"/>
<line x1="100" y1="170" x2="100" y2="190" stroke="white" stroke-width="2" stroke-linecap="round"/>
<line x1="10" y1="100" x2="30" y2="100" stroke="white" stroke-width="2" stroke-linecap="round"/>
<line x1="170" y1="100" x2="190" y2="100" stroke="white" stroke-width="2" stroke-linecap="round"/>
<line x1="36" y1="36" x2="50" y2="50" stroke="white" stroke-width="2" stroke-linecap="round"/>
<line x1="150" y1="150" x2="164" y2="164" stroke="white" stroke-width="2" stroke-linecap="round"/>
<line x1="164" y1="36" x2="150" y2="50" stroke="white" stroke-width="2" stroke-linecap="round"/>
<line x1="36" y1="164" x2="50" y2="150" stroke="white" stroke-width="2" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB