feat: add docs pages

This commit is contained in:
Your Name
2025-12-06 13:07:30 +08:00
committed by engigu
parent f4780c9c6c
commit 42c7c9a1b4
22 changed files with 4547 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100">
<circle cx="50" cy="50" r="45" fill="#42b883"/>
<path d="M50 20 L35 40 L50 35 L65 40 Z" fill="white"/>
<ellipse cx="50" cy="55" rx="25" ry="20" fill="white"/>
<circle cx="43" cy="52" r="3" fill="#42b883"/>
<circle cx="57" cy="52" r="3" fill="#42b883"/>
<path d="M40 65 Q50 70 60 65" stroke="#42b883" stroke-width="2" fill="none"/>
</svg>

After

Width:  |  Height:  |  Size: 438 B