feat: tính năng offline cho upload ảnh và tải bản đồ

This commit is contained in:
2026-06-28 15:18:13 +07:00
parent 2f5ef424c8
commit f91fc7c5ac
10 changed files with 664 additions and 2 deletions
+6
View File
@@ -4,6 +4,12 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="manifest" href="/manifest.json" />
<meta name="theme-color" content="#10b981" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<script src="https://accounts.google.com/gsi/client" async defer></script>
<title>Travel Planner</title>