🐛 轻雪天气获取空aqi值的异常错误

This commit is contained in:
2024-04-29 16:58:52 +08:00
parent c063c69dea
commit 8809459f1b
7 changed files with 26 additions and 15 deletions

View File

@ -289,9 +289,9 @@ function main() {
let mottoFrom = `${motto['author']} ${motto['source']}`
document.getElementById('motto-text').innerText = mottoText
document.getElementById('motto-from').innerText = mottoFrom
document.getElementById('author-description').innerText = localData['description'] + ' Powered by Liteyuki'
let text = document.createElement('div')
text.innerText = localData['description'] + ' Powered by Liteyuki'
document.getElementById('author-description').appendChild(text)
}