mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-08 08:14:21 +01:00
🎨 Improve desktop boot interface
This commit is contained in:
parent
97ff59398f
commit
7b52e846df
3 changed files with 3 additions and 3 deletions
|
|
@ -41,7 +41,7 @@
|
|||
window.location.replace(uri)
|
||||
}
|
||||
(async () => {
|
||||
document.getElementById('details').textContent = 'Booting...'
|
||||
document.getElementById('details').textContent = 'Booting kernel...'
|
||||
let progressing = false
|
||||
while (!progressing) {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue