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) => (