new backgrounds
Before Width: | Height: | Size: 2.5 MiB |
Before Width: | Height: | Size: 35 MiB |
BIN
app/assets/images/backgrounds/0.webp
Normal file
After Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 37 MiB |
BIN
app/assets/images/backgrounds/1.webp
Normal file
After Width: | Height: | Size: 1.7 MiB |
Before Width: | Height: | Size: 3.6 MiB |
BIN
app/assets/images/backgrounds/2.webp
Normal file
After Width: | Height: | Size: 232 KiB |
Before Width: | Height: | Size: 48 MiB |
BIN
app/assets/images/backgrounds/3.webp
Normal file
After Width: | Height: | Size: 4.5 MiB |
Before Width: | Height: | Size: 22 MiB |
BIN
app/assets/images/backgrounds/4.webp
Normal file
After Width: | Height: | Size: 1.6 MiB |
Before Width: | Height: | Size: 19 MiB |
BIN
app/assets/images/backgrounds/5.webp
Normal file
After Width: | Height: | Size: 893 KiB |
Before Width: | Height: | Size: 27 MiB |
BIN
app/assets/images/backgrounds/6.webp
Normal file
After Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 2.6 MiB |
BIN
app/assets/images/backgrounds/7.webp
Normal file
After Width: | Height: | Size: 264 KiB |
BIN
app/assets/images/backgrounds/8.webp
Normal file
After Width: | Height: | Size: 239 KiB |
@ -71,7 +71,7 @@ function showMainUI(data){
|
||||
refreshServerStatus()
|
||||
setTimeout(() => {
|
||||
document.getElementById('frameBar').style.backgroundColor = 'rgba(0, 0, 0, 0.5)'
|
||||
document.body.style.backgroundImage = `url('assets/images/backgrounds/${document.body.getAttribute('bkid')}.jpg')`
|
||||
document.body.style.backgroundImage = `url('assets/images/backgrounds/${document.body.getAttribute('bkid')}.webp')`
|
||||
$('#main').show()
|
||||
|
||||
const isLoggedIn = Object.keys(ConfigManager.getAuthAccounts()).length > 0
|
||||
|