🎨 Supports cleaning up unreferenced databases https://github.com/siyuan-note/siyuan/issues/11569

Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2026-01-28 23:03:21 +08:00
parent 22f63e335a
commit a5b863a4eb
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
17 changed files with 47 additions and 17 deletions

View file

@ -84,7 +84,7 @@ func RemoveUnusedAttributeViews() (ret []string) {
msgId := util.PushMsg(Conf.Language(100), 30*1000)
defer func() {
msg := fmt.Sprintf(Conf.Language(91), len(ret), humanize.BytesCustomCeil(uint64(size), 2))
msg := fmt.Sprintf(Conf.Language(280), len(ret), humanize.BytesCustomCeil(uint64(size), 2))
util.PushUpdateMsg(msgId, msg, 7000)
}()