mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-29 04:48:48 +01:00
🎨 数据历史文档中支持操作类型过滤 https://github.com/siyuan-note/siyuan/issues/5754
This commit is contained in:
parent
72b3f151a6
commit
a807e47d63
4 changed files with 17 additions and 17 deletions
|
|
@ -419,6 +419,8 @@ func RemoveUnusedAssets() (ret []string) {
|
|||
if 0 < len(ret) {
|
||||
IncSync()
|
||||
}
|
||||
|
||||
indexHistoryDir(filepath.Base(historyDir), NewLute())
|
||||
return
|
||||
}
|
||||
|
||||
|
|
@ -445,6 +447,8 @@ func RemoveUnusedAsset(p string) (ret string) {
|
|||
}
|
||||
ret = p
|
||||
IncSync()
|
||||
|
||||
indexHistoryDir(filepath.Base(historyDir), NewLute())
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue