feat(web): protect phone data and polish release UI

This commit is contained in:
Codex
2026-07-30 20:16:50 +08:00
parent 6ec8e4f6a6
commit d60cff1dd8
19 changed files with 800 additions and 396 deletions
+6
View File
@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<rect x="2" y="2" width="60" height="60" rx="15" fill="#f6c95f" stroke="#725d42" stroke-width="3" />
<rect x="15" y="35" width="8" height="13" rx="3" fill="#725d42" />
<rect x="28" y="26" width="8" height="22" rx="3" fill="#725d42" />
<rect x="41" y="16" width="8" height="32" rx="3" fill="#725d42" />
</svg>

After

Width:  |  Height:  |  Size: 378 B