1
0
forked from bot/app

🩹非关键问题的简单修复:插件服务声明

This commit is contained in:
Envision 2024-08-12 19:13:03 +08:00
parent beebfe7deb
commit e801a99f67

View File

@ -178,7 +178,6 @@ function get_time_hour(fxTime) {
return fxTime.split("T")[1].split("+")[0]
}
let attrinfo = document.getElementById('attribution-info');
if (!is_dev & !attr) attrinfo.parentElement.style.display = "none";
attrinfo.innerText = is_dev ? "Weather Service Drived by QWeather" : (attr ? attr : "Weather Service Drived by QWeather");