until修改

This commit is contained in:
jinsir 2025-11-14 18:46:16 +08:00
parent dea7e9349b
commit eafb9eeccb
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import { Droplets,Wind,Gauge,Cloud,Eye,ThermometerSun} from "lucide-react"; import { Droplets,Wind,Gauge,Cloud,Eye,ThermometerSun} from "lucide-react";
import React from "react"; import React from "react";
import { getWindDirection } from "@/lib/utils"; import { getWindDirection } from "@/components/lib/utils";
import {useWeatherStore} from "@/store/weatherStore"; import {useWeatherStore} from "@/store/weatherStore";
interface WeatherInfoItemProps { interface WeatherInfoItemProps {