From b6cd2f015415306afea7570b43928d0617ff9a2c Mon Sep 17 00:00:00 2001 From: Vanessa Date: Sun, 17 Jul 2022 10:52:31 +0800 Subject: [PATCH] :lipstick: history --- app/src/util/history.ts | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/app/src/util/history.ts b/app/src/util/history.ts index 817217a7b..7232d21e7 100644 --- a/app/src/util/history.ts +++ b/app/src/util/history.ts @@ -128,12 +128,17 @@ const renderRepoItem = (response: IWebSocketData, element: Element, type: string `; } else { repoHTML += `
  • -
    - ${item.tag} - ${item.hCreated} - ${escapeHtml(item.memo)} - ${item.hSize} - ${window.siyuan.languages.fileCount}${item.count} +
    +
    + ${escapeHtml(item.memo)} + + ${item.tag} +
    +
    + ${item.hCreated} + ${item.hSize} + ${window.siyuan.languages.fileCount}${item.count} +
    ${actionHTML}
  • `;