Revamp map page layout and compass while removing GPS demo

This commit is contained in:
2026-03-23 12:59:51 +08:00
parent 51740761f5
commit 277121fd51
11 changed files with 1053 additions and 373 deletions

View File

@@ -0,0 +1,4 @@
<svg width="200" height="400" viewBox="0 0 100 200" xmlns="http://www.w3.org/2000/svg">
<path d="M50 10 L50 140 L20 190 Z" fill="#FF7F00" stroke="#4A3419" stroke-width="1.5" stroke-linejoin="round"/>
<path d="M50 10 L80 190 L50 140 Z" fill="#FDF5E6" stroke="#4A3419" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 323 B