From 1a831c5ad966b7d4a2b9b1fe4b0d7c155fc4510c Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Mon, 13 Jun 2022 23:39:03 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E6=95=B0=E6=8D=AE=E5=BF=AB=E7=85=A7=20?= =?UTF-8?q?https://github.com/siyuan-note/siyuan/issues/5159?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/util/history.ts | 12 ++++++------ kernel/model/history.go | 20 ++++++++++---------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/app/src/util/history.ts b/app/src/util/history.ts index b0bc54871..53d19dc1c 100644 --- a/app/src/util/history.ts +++ b/app/src/util/history.ts @@ -68,10 +68,10 @@ const renderAssets = (element: HTMLElement) => { return; } let logsHTML = ""; - response.data.histories.forEach((item: { items: { path: string, title: string }[], time: string }, index: number) => { + response.data.histories.forEach((item: { items: { path: string, title: string }[], hCreated: string }, index: number) => { logsHTML += `
  • 0 ? "" : " fn__hidden"}"> - ${item.time} + ${item.hCreated}
  • `; if (item.items.length > 0) { logsHTML += `