From 1fd28331830662f12b89af1eebcf53e868e7cd26 Mon Sep 17 00:00:00 2001 From: km2025 Date: Mon, 2 Feb 2026 14:06:07 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=AE=80=E5=8C=96=20GridItem=20?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E7=9A=84=20Block=20=E6=B8=B2=E6=9F=93?= =?UTF-8?q?=E9=80=BB=E8=BE=91=EF=BC=8C=E7=A7=BB=E9=99=A4=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E7=9A=84=E8=BE=B9=E6=A1=86=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/(tabs)/sync.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/app/(tabs)/sync.tsx b/app/(tabs)/sync.tsx index 6b17781..f94526e 100644 --- a/app/(tabs)/sync.tsx +++ b/app/(tabs)/sync.tsx @@ -723,12 +723,7 @@ const GridItem = memo( const canShow = post.status === 'completed' || post.status === 'success' return ( - onSelect(post)} - > + onSelect(post)}>