From de3234a5842e61f203e08397d29a0f5669d7f07c Mon Sep 17 00:00:00 2001 From: qiuchenfan <2035024011@qq.com> Date: Fri, 14 Nov 2025 17:37:35 +0800 Subject: [PATCH 1/2] 1114 --- 1114/app/{ => components}/lib/utils.ts | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 1114/app/{ => components}/lib/utils.ts (100%) diff --git a/1114/app/lib/utils.ts b/1114/app/components/lib/utils.ts similarity index 100% rename from 1114/app/lib/utils.ts rename to 1114/app/components/lib/utils.ts From dd876ce74cd269f461aab71675e5ebf20c99869c Mon Sep 17 00:00:00 2001 From: jinsir <874871581@qq.com> Date: Fri, 14 Nov 2025 18:38:11 +0800 Subject: [PATCH 2/2] jin1114 --- 1114/app/components/weather/WeatherCard.tsx | 33 +++++++++++++ 1114/app/routes/weather.tsx | 55 +++++++++++++++++++++ 2 files changed, 88 insertions(+) diff --git a/1114/app/components/weather/WeatherCard.tsx b/1114/app/components/weather/WeatherCard.tsx index e69de29..732f1d7 100644 --- a/1114/app/components/weather/WeatherCard.tsx +++ b/1114/app/components/weather/WeatherCard.tsx @@ -0,0 +1,33 @@ +import { WeathersearchForm } from "./WeatherSearchForm.tsx"; +import { WeatherDisplay } from "./WeatherDisplay.tsx"; +import { WeatherDetailsGrid } from "./WeatherDetailsGrid.tsx"; +import { useWeatherStore } from "./WeatherStore.tsx"; +import Cloud from "../../../assets/cloud.svg"; + +export function WeatherCard() { + const { currentWeather } = useWeatherStore(); + + return ( +
请搜索城市查看实时天气信息
+实时天气
+加载中...
+