diff --git a/app/src/history/history.ts b/app/src/history/history.ts index 908650397..763892421 100644 --- a/app/src/history/history.ts +++ b/app/src/history/history.ts @@ -111,7 +111,7 @@ const renderRepoItem = (response: IWebSocketData, element: Element, type: string ${item.tag}
- ${item.hCreated} + ${item.id.substring(0, 7)} ${item.hCreated} ${window.siyuan.languages.fileSize} ${item.hSize} ${window.siyuan.languages.fileCount} ${item.count}`; let statHTML = "";