From febf2742241460e3a5687eed248229f16ac101b4 Mon Sep 17 00:00:00 2001 From: LIRUI <298977887@qq.com> Date: Fri, 28 Feb 2025 23:51:59 +0800 Subject: [PATCH] 0228.7 --- src/components/WeatherSection.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/WeatherSection.tsx b/src/components/WeatherSection.tsx index 1782a4f..bfab50d 100644 --- a/src/components/WeatherSection.tsx +++ b/src/components/WeatherSection.tsx @@ -68,10 +68,10 @@ const WeatherSection: FC = ({ data }) => { {/* 天气预报模块 */}
- 未来5天预报 + 未来天气预报
- {data.forecast.slice(0, 5).map((day, index) => ( + {data.forecast.slice(0, 6).map((day, index) => (