feat(all): init commit

This commit is contained in:
plum
2026-04-19 18:46:28 +08:00
commit 5d7f479765
479 changed files with 178500 additions and 0 deletions
@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128">
<circle cx="64" cy="64" r="56" fill="#00AA00" />
<path d="M 64 24 A 40 40 0 1 1 24 64" fill="none" stroke="#FFFFFF" stroke-width="12" stroke-linecap="round"/>
<polygon points="12,68 24,44 36,68" fill="#FFFFFF" transform="rotate(-30 24 64)"/>
</svg>

After

Width:  |  Height:  |  Size: 319 B

@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128">
<circle cx="64" cy="64" r="56" fill="#FF0000" />
<path d="M 64 24 A 40 40 0 1 1 24 64" fill="none" stroke="#FFFFFF" stroke-width="12" stroke-linecap="round"/>
<polygon points="12,68 24,44 36,68" fill="#FFFFFF" transform="rotate(-30 24 64)"/>
</svg>

After

Width:  |  Height:  |  Size: 319 B