From b67d07e977a8e85376edd1ec8fa4adf3d3d50f09 Mon Sep 17 00:00:00 2001 From: Sakurasan <26715255+Sakurasan@users.noreply.github.com> Date: Tue, 14 Jul 2026 00:00:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E9=A1=B5=E9=9B=86=E5=90=88=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E4=BB=8E=2010=20=E6=9D=A1=E6=94=B9=E4=B8=BA=2020=20?= =?UTF-8?q?=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude --- src/routes/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/routes/index.tsx b/src/routes/index.tsx index 2271412..d1d6f0f 100755 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -517,7 +517,7 @@ function CollectionCard({

暂无股票

) : (
- {stocks.slice(0, 10).map((stock) => ( + {stocks.slice(0, 20).map((stock) => ( ))} - {stocks.length > 10 && ( -

还有 {stocks.length - 10} 只股票...

+ {stocks.length > 20 && ( +

还有 {stocks.length - 20} 只股票...

)}
)}