Merge branch 'splashscreen' into shigusegubu-themes3

This commit is contained in:
Henry Jameson 2024-09-16 03:00:56 +03:00
commit 116019547e
4 changed files with 2 additions and 1 deletions

View file

@ -47,7 +47,7 @@ export default {
watch: {
themeApplied (value) {
document.querySelector('#app').classList.remove('hidden')
document.querySelector('#splash').className = 'hidden'
document.querySelector('#splash').classList.add('hidden')
document.querySelector('#status').textContent = this.$t('splash.fun_' + Math.ceil(Math.random() * 4))
}
},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 521 KiB

After

Width:  |  Height:  |  Size: 39 B

Before After
Before After

View file

@ -0,0 +1 @@
../../static/pleromatan_apology_fox.png

Before

Width:  |  Height:  |  Size: 521 KiB

After

Width:  |  Height:  |  Size: 39 B

Before After
Before After