feat: implement PolyWeather dashboard layout with integrated map, weather visualization, and detail panels

This commit is contained in:
2569718930@qq.com
2026-04-23 22:35:34 +08:00
parent e2eb5eb429
commit 79a4333aaf
10 changed files with 1029 additions and 773 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ interface SparklineProps {
export function Sparkline({
data,
color = "#22d3ee",
color = "#00E0A4",
height = 40,
width = 120,
strokeWidth = 2,