feat: embed the legacy PolyWeather dashboard into the main application page using an iframe.

This commit is contained in:
2569718930@qq.com
2026-03-09 04:52:25 +08:00
parent d184bc323c
commit d45ee8a981
2 changed files with 3 additions and 3 deletions
+2 -2
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-v15">
<link rel="stylesheet" href="/static/style.css?v=legacy-v16">
</head>
<body>
@@ -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-v15"></script>
<script src="/static/app.js?v=legacy-v16"></script>
</body>
</html>