feat: webapp/card delivery server example

This commit is contained in:
2026-08-17 18:23:04 +08:00
parent 17b5f14099
commit 00f8bc674a
8 changed files with 189 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<rect width="24" height="24" rx="6" fill="#c62f2f"/>
<path d="M9 18V6l10-2v11" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<circle cx="6.5" cy="18" r="2.2" fill="#fff"/>
<circle cx="16.5" cy="15" r="2.2" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 342 B