Fix hint visibility and add PWA install button with one-click prompt.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-12 14:30:57 +08:00
parent 3a0dff87bf
commit f0bb40c605
2 changed files with 272 additions and 17 deletions
+7
View File
@@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none">
<rect x="8" y="8" width="48" height="48" rx="12" fill="#2563eb"/>
<path d="M32 18v22M32 40v4" stroke="#fff" stroke-width="4" stroke-linecap="round"/>
<path d="M22 32h20" stroke="#fff" stroke-width="4" stroke-linecap="round"/>
<path d="M32 18l-8 8h16l-8-8z" fill="#93c5fd"/>
<rect x="14" y="46" width="36" height="6" rx="3" fill="#1e40af"/>
</svg>

After

Width:  |  Height:  |  Size: 430 B