diff --git a/liteyuki/resources/liteyuki_weather/templates/js/weather_now.js b/liteyuki/resources/liteyuki_weather/templates/js/weather_now.js index 86ce2fc6..aafdd91c 100644 --- a/liteyuki/resources/liteyuki_weather/templates/js/weather_now.js +++ b/liteyuki/resources/liteyuki_weather/templates/js/weather_now.js @@ -110,5 +110,6 @@ weatherDaily['daily'].forEach( function get_time_hour(fxTime) { // fxTime 2024-05-03T02:00+08:00' + fxTime = fxTime.replace("-", "+") return fxTime.split("T")[1].split("+")[0] -} \ No newline at end of file +}