From 002692886c293e6ddd50a3754daf809eba0f6adf Mon Sep 17 00:00:00 2001 From: nitezs Date: Thu, 16 Dec 2021 17:19:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=BE=A9=20Waline=20=E6=9C=80?= =?UTF-8?q?=E8=BF=91=E8=A9=95=E8=AB=96=E7=9A=84=E6=99=82=E9=96=93=E5=8F=AA?= =?UTF-8?q?=E9=A1=AF=E7=A4=BA=20"=E5=89=9B=E5=89=9B"=20=E7=9A=84=E5=95=8F?= =?UTF-8?q?=E9=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layout/includes/third-party/newest-comments/waline.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/includes/third-party/newest-comments/waline.pug b/layout/includes/third-party/newest-comments/waline.pug index e412c37..ce0039e 100644 --- a/layout/includes/third-party/newest-comments/waline.pug +++ b/layout/includes/third-party/newest-comments/waline.pug @@ -55,7 +55,7 @@ script. 'avatar': e.avatar, 'nick': e.nick, 'url': e.url + '#' + e.objectId, - 'date': e.updatedAt, + 'date': e.insertedAt, } }) saveToLocal.set('waline-newest-comments', JSON.stringify(walineArray), !{theme.newest_comments.storage}/(60*24))