Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2023-04-14 20:10:02 +08:00
commit b15cfb0d4c
2 changed files with 3 additions and 3 deletions

View file

@ -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",

View file

@ -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)