mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-07-28 04:30:56 +00:00
🐛 状态卡片部分css样式异常
This commit is contained in:
@ -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)
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user