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

This commit is contained in:
Vanessa 2022-08-31 18:17:56 +08:00
commit 7328e34632

View file

@ -217,7 +217,7 @@ func GetDocHistoryContent(historyPath, keyword string) (content string, isLargeD
}
if isLargeDoc {
util.PushMsg(Conf.Language(36), 3000)
util.PushMsg(Conf.Language(36), 5000)
formatRenderer := render.NewFormatRenderer(historyTree, luteEngine.RenderOptions)
content = gulu.Str.FromBytes(formatRenderer.Render())
} else {