From b3cd1d628389a6aa50f31afae6633e44b6bde87b Mon Sep 17 00:00:00 2001 From: Li1304553726 <1304553726@qq.com> Date: Mon, 17 Nov 2025 17:17:43 +0800 Subject: [PATCH] 1 --- app/components/WeatherDetailsGird.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 app/components/WeatherDetailsGird.tsx diff --git a/app/components/WeatherDetailsGird.tsx b/app/components/WeatherDetailsGird.tsx new file mode 100644 index 0000000..c543972 --- /dev/null +++ b/app/components/WeatherDetailsGird.tsx @@ -0,0 +1,8 @@ +interface WeatherDetailsGridProps { + icon: React.ReactNode; + label: string; + value: string; + subtitle?: string; +} + +function WeatherInfoItem() \ No newline at end of file