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}
  • `;