mirror of
https://github.com/TriM-Organization/LiteyukiBot-TriM.git
synced 2024-11-11 01:27:29 +08:00
🐛 状态卡片部分css样式异常
This commit is contained in:
parent
f9317802f4
commit
61d91ea0a9
@ -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)
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user