mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-07-27 21:30:54 +00:00
🐛 轻雪天气获取空aqi值的异常错误
This commit is contained in:
@ -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)
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user