🎨 数据历史文档支持只读可视化预览 https://github.com/siyuan-note/siyuan/issues/5735

This commit is contained in:
Liang Ding 2022-08-31 13:23:41 +08:00
parent 5d70f3cf64
commit 70c2299764
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

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 {