mirror of
https://github.com/Grasscutters/GrassClipper.git
synced 2024-08-14 13:11:48 +08:00
fix version display
This commit is contained in:
parent
1dd49ae9c8
commit
e31e33e790
@ -20,6 +20,12 @@ async function doTranslation() {
|
||||
// Begin filling in values
|
||||
set('titleSection', localeObj.appName)
|
||||
|
||||
const verSpan = document.createElement('span')
|
||||
verSpan.id = 'version'
|
||||
verSpan.innerHTML = ` v${NL_APPVERSION}`
|
||||
|
||||
document.querySelector('#titleSection').appendChild(verSpan)
|
||||
|
||||
// Play buttons
|
||||
set('playOfficial', localeObj.playOfficial)
|
||||
set('playPrivate', localeObj.playPrivate)
|
||||
|
Loading…
x
Reference in New Issue
Block a user