From 2cef7ab419a3103b24a1fddc9b70b2de61362fe4 Mon Sep 17 00:00:00 2001 From: Default User Date: Wed, 4 Feb 2026 14:48:43 +0800 Subject: [PATCH] =?UTF-8?q?Add=E4=B8=8B=E6=9E=B6=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supply.html | 1 + 1 file changed, 1 insertion(+) diff --git a/supply.html b/supply.html index e9867b4..ab2bb01 100644 --- a/supply.html +++ b/supply.html @@ -5035,6 +5035,7 @@
创建时间:${formatDate(supply.created_at)}
${supply.status === 'published' ? `
上架时间:${formatDate(getPublishTime(supply))}
` : ''} + ${(supply.status === 'hidden' || supply.status === 'sold_out') && supply.updated_at ? `
下架时间:${formatDate(supply.updated_at)}
` : ''}