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

16
assets/icons/sleeper.svg Normal file
View File

@@ -0,0 +1,16 @@
<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="M120,50 C80,55 55,85 60,120 C65,155 95,175 130,170 C110,180 80,175 65,155 C45,130 45,90 65,65 C80,45 105,42 120,50Z" stroke="white" stroke-width="2.5" fill="rgba(255,255,255,0.15)"/>
<!-- 星星 -->
<circle cx="140" cy="70" r="3" fill="white" opacity="0.7"/>
<circle cx="155" cy="95" r="2" fill="white" opacity="0.5"/>
<circle cx="145" cy="120" r="2.5" fill="white" opacity="0.6"/>
<circle cx="130" cy="55" r="2" fill="white" opacity="0.4"/>
<circle cx="160" cy="75" r="1.5" fill="white" opacity="0.3"/>
<!-- ZZZ -->
<text x="145" y="50" fill="white" font-size="14" font-weight="bold" opacity="0.6" font-family="sans-serif">z</text>
<text x="158" y="42" fill="white" font-size="11" font-weight="bold" opacity="0.4" font-family="sans-serif">z</text>
<text x="168" y="35" fill="white" font-size="9" font-weight="bold" opacity="0.3" font-family="sans-serif">z</text>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB