🐛 状态卡片部分css样式异常

This commit is contained in:
snowy 2024-04-29 17:05:55 +08:00
parent f9317802f4
commit 61d91ea0a9

View File

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