mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 数据快照对比加入时间标识 https://github.com/siyuan-note/siyuan/issues/6899
This commit is contained in:
parent
6fa661982d
commit
42c09e2fad
6 changed files with 70 additions and 8 deletions
|
|
@ -74,6 +74,8 @@ func diffRepoSnapshots(c *gin.Context) {
|
|||
"updatesLeft": diff.UpdatesLeft,
|
||||
"updatesRight": diff.UpdatesRight,
|
||||
"removesRight": diff.RemovesRight,
|
||||
"left": diff.LeftIndex,
|
||||
"right": diff.RightIndex,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue