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

10
assets/icons/pauser.svg Normal file
View File

@@ -0,0 +1,10 @@
<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="M65,140 L65,80 C65,72 73,68 78,72 L78,105 L78,60 C78,52 86,48 91,52 L91,100 L91,55 C91,47 99,43 104,47 L104,100 L104,58 C104,50 112,46 117,50 L117,105 L117,70 C117,62 125,58 130,62 L130,130 C130,155 115,170 100,170 C80,170 65,155 65,140Z" stroke="white" stroke-width="2.5" fill="rgba(255,255,255,0.15)"/>
<!-- 停止符号 -->
<circle cx="100" cy="42" r="14" stroke="white" stroke-width="2" fill="rgba(255,255,255,0.2)"/>
<rect x="93" y="35" width="5" height="14" rx="1" fill="white"/>
<rect x="102" y="35" width="5" height="14" rx="1" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 807 B