From 613f9e1a8c1ee8abdf48cab2d976b44c11d489d8 Mon Sep 17 00:00:00 2001 From: tone <3341154833@qq.com> Date: Tue, 10 Jun 2025 14:59:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=AD=98=E5=82=A8=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E6=96=87=E4=BB=B6=E6=95=B0=E9=87=8F=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tone-page-web/app/console/(with-menu)/storage/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tone-page-web/app/console/(with-menu)/storage/page.tsx b/tone-page-web/app/console/(with-menu)/storage/page.tsx index 2adfdb3..d84b05a 100644 --- a/tone-page-web/app/console/(with-menu)/storage/page.tsx +++ b/tone-page-web/app/console/(with-menu)/storage/page.tsx @@ -149,7 +149,7 @@ export default function Page() { >删除
-
共有 {fileList?.length ?? 0} 个文件,目前最大支持100个文件
+ {fileList &&
共有 {fileList.length} 个文件,目前最大支持100个文件
}