🎨 延长帮助文档打开后的警告
This commit is contained in:
parent
49e6d708d6
commit
74bdfd82f9
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ func Mount(boxID string) (alreadyMount bool, err error) {
|
|||
|
||||
go func() {
|
||||
time.Sleep(time.Second * 5)
|
||||
util.PushErrMsg(Conf.Language(52), 9000)
|
||||
util.PushErrMsg(Conf.Language(52), 30000)
|
||||
|
||||
// 每次打开帮助文档时自动检查版本更新并提醒 https://github.com/siyuan-note/siyuan/issues/5057
|
||||
time.Sleep(time.Second * 10)
|
||||
|
|
Loading…
Add table
Reference in a new issue