mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🎨 Improve desktop boot interface
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -52,7 +52,7 @@ var (
|
||||
)
|
||||
|
||||
func Boot() {
|
||||
IncBootProgress(3, "Booting...")
|
||||
IncBootProgress(3, "Booting kernel...")
|
||||
rand.Seed(time.Now().UTC().UnixNano())
|
||||
initMime()
|
||||
initHttpClient()
|
||||
|
||||
@@ -29,7 +29,7 @@ import (
|
||||
)
|
||||
|
||||
func BootMobile(container, appDir, workspaceBaseDir, lang string) {
|
||||
IncBootProgress(3, "Booting...")
|
||||
IncBootProgress(3, "Booting kernel...")
|
||||
rand.Seed(time.Now().UTC().UnixNano())
|
||||
initMime()
|
||||
initHttpClient()
|
||||
|
||||
Reference in New Issue
Block a user