🎨 Manually optimize the data index to reduce space usage and improve performance https://github.com/siyuan-note/siyuan/issues/15663

This commit is contained in:
Daniel 2025-08-25 11:39:22 +08:00
parent 34360fb9e3
commit e4f0e02177
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -304,7 +304,7 @@ export const initAbout = () => {
event.preventDefault();
event.stopPropagation();
break;
} else if (target.id === "exportLog") {
} else if (target.id === "rebuildDataIndex") {
fetchPost("/api/system/rebuildDataIndex", {}, (response) => {});
event.preventDefault();
event.stopPropagation();