From 48cc5069b08a327f09762e1501d956a4ad3c9ca4 Mon Sep 17 00:00:00 2001 From: zdh Date: Thu, 14 May 2026 18:57:22 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=8D=A1=E7=89=87=E4=B8=8A?= =?UTF-8?q?=E7=9A=84=E5=88=86=E7=B1=BB=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 21fdb5b..099cf89 100644 --- a/index.html +++ b/index.html @@ -438,7 +438,7 @@ function renderAllView(main) { for (const item of items) { html += '
' + item.title + '
'; html += '
' + item.desc + '
'; - html += '
' + section.dir + '' + item.date + '
'; + html += '
' + item.date + '
'; } html += ''; }