mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"description": "Build Your Eternal Digital Garden",
|
||||
"homepage": "https://b3log.org/siyuan",
|
||||
"main": "./electron/main.js",
|
||||
"packageManager": "pnpm@7.27.0",
|
||||
"packageManager": "pnpm@8.2.0",
|
||||
"scripts": {
|
||||
"lint": "eslint . --fix --cache",
|
||||
"dev": "webpack --mode development",
|
||||
|
||||
@@ -168,8 +168,8 @@ func Mount(boxID string) (alreadyMount bool, err error) {
|
||||
}
|
||||
|
||||
go func() {
|
||||
time.Sleep(time.Second * 5)
|
||||
util.PushErrMsg(Conf.Language(52), 30000)
|
||||
time.Sleep(time.Second * 3)
|
||||
util.PushErrMsg(Conf.Language(52), 7000)
|
||||
|
||||
// 每次打开帮助文档时自动检查版本更新并提醒 https://github.com/siyuan-note/siyuan/issues/5057
|
||||
time.Sleep(time.Second * 10)
|
||||
|
||||
Reference in New Issue
Block a user