From 9e2f531e3b1404b60ce3a24eadcb2c5d8c823498 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Fri, 21 Apr 2023 21:49:13 +0800 Subject: [PATCH] :art: Show abbreviated ID in data snapshot list Fix https://github.com/siyuan-note/siyuan/issues/8075 --- app/src/history/history.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "";