🎨 文档信息统计增加超链接数、图片数、引用数和大小 https://github.com/siyuan-note/siyuan/issues/6037

This commit is contained in:
Liang Ding
2022-10-01 13:00:39 +08:00
parent a772b47287
commit 5e09d72fab
16 changed files with 86 additions and 86 deletions

View File

@@ -189,7 +189,7 @@ export const progressStatus = (data: IWebSocketData) => {
};
export const handleStatusbarCounter = (data: IWebSocketData) => {
renderStatusbarCounter(data.data.runeCount, data.data.wordCount);
renderStatusbarCounter(data.data);
};
export const progressLoading = (data: IWebSocketData) => {