feat: implement initial PolyWeather application frontend with map, city list, detailed weather panel, and guide modals.

This commit is contained in:
2569718930@qq.com
2026-03-09 05:56:22 +08:00
parent d45ee8a981
commit d162b91ed9
3 changed files with 125 additions and 12 deletions
+3 -3
View File
@@ -14,7 +14,7 @@
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="/static/style.css?v=legacy-v16">
<link rel="stylesheet" href="/static/style.css?v=legacy-v19">
</head>
<body>
@@ -216,7 +216,7 @@
</section>
<section class="future-modal-section">
<h3>&#9201; &#x672A;&#x6765; 0-2 &#x5C0F;&#x65F6;&#x4E34;&#x8FD1;&#x5224;&#x65AD;</h3>
<h3 id="futureNowcastTitle">&#9201; &#x76EE;&#x6807;&#x65E5;&#x5348;&#x540E;&#x5CF0;&#x503C;&#x7A97;&#x53E3;</h3>
<div id="futureNowcast" class="future-text-block"></div>
</section>
</div>
@@ -231,7 +231,7 @@
<script src="https://leaflet.github.io/Leaflet.heat/dist/leaflet-heat.js"></script>
<!-- Chart.js -->
<script src="https://cdn.jsdelivr.net/npm/chart.js@4/dist/chart.umd.min.js"></script>
<script src="/static/app.js?v=legacy-v16"></script>
<script src="/static/app.js?v=legacy-v19"></script>
</body>
</html>