forked from bot/app
🐛 状态卡片部分css样式异常
This commit is contained in:
parent
f9317802f4
commit
61d91ea0a9
@ -289,9 +289,7 @@ function main() {
|
|||||||
let mottoFrom = `${motto['author']} ${motto['source']}`
|
let mottoFrom = `${motto['author']} ${motto['source']}`
|
||||||
document.getElementById('motto-text').innerText = mottoText
|
document.getElementById('motto-text').innerText = mottoText
|
||||||
document.getElementById('motto-from').innerText = mottoFrom
|
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