Update weather_now.js

This commit is contained in:
ElapsingDreams 2024-08-12 20:01:29 +08:00 committed by GitHub
parent e801a99f67
commit 61c0cf2c2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -179,5 +179,5 @@ function get_time_hour(fxTime) {
}
attrinfo.innerText = is_dev ? "Weather Service Drived by QWeather" : (attr ? attr : "Weather Service Drived by QWeather");
let attrinfo = document.getElementById('attribution-info');
attrinfo.innerText = is_dev ? "Weather Service Drived by QWeather" : (attr ? attr : "Weather Service Drived by QWeather");