🎨 数据快照对比加入时间标识 https://github.com/siyuan-note/siyuan/issues/6899

This commit is contained in:
Liang Ding 2022-12-21 15:03:49 +08:00
parent 6fa661982d
commit 42c09e2fad
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
6 changed files with 70 additions and 8 deletions

View file

@ -74,6 +74,8 @@ func diffRepoSnapshots(c *gin.Context) {
"updatesLeft": diff.UpdatesLeft,
"updatesRight": diff.UpdatesRight,
"removesRight": diff.RemovesRight,
"left": diff.LeftIndex,
"right": diff.RightIndex,
}
}