From 6684963f411a6259f0538c8f0d011a304b51c848 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Wed, 14 Dec 2022 14:14:51 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20=E6=9B=B4=E6=96=B0=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BF=AB=E7=85=A7=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/util/history.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/util/history.ts b/app/src/util/history.ts index 1c1a17147..a757b3fc0 100644 --- a/app/src/util/history.ts +++ b/app/src/util/history.ts @@ -95,8 +95,8 @@ const renderRepoItem = (response: IWebSocketData, element: Element, type: string
${item.hCreated} - ${item.hSize} - ${window.siyuan.languages.fileCount}${item.count} + ${window.siyuan.languages.fileSize} ${item.hSize} + ${window.siyuan.languages.fileCount} ${item.count}
${actionHTML}
`; @@ -109,8 +109,8 @@ const renderRepoItem = (response: IWebSocketData, element: Element, type: string
${item.hCreated} - ${item.hSize} - ${window.siyuan.languages.fileCount}${item.count} + ${window.siyuan.languages.fileSize} ${item.hSize} + ${window.siyuan.languages.fileCount} ${item.count}
${actionHTML}