From c3d085ab4d7de98135f8eaef0f7fb6377316e5a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B3=E4=BD=A9=E5=BA=AD?= Date: Sun, 20 Jul 2025 03:32:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8C=89=E9=88=95=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/wish-card.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/wish-card.tsx b/components/wish-card.tsx index 0ea3e31..b81fe3e 100644 --- a/components/wish-card.tsx +++ b/components/wish-card.tsx @@ -373,6 +373,9 @@ export default function WishCard({ wish }: WishCardProps) { onClick={() => setShowSolutions(!showSolutions)} className="text-indigo-200 hover:text-white hover:bg-indigo-700/50 px-2 py-1 transition-all duration-200 flex-shrink-0" > + + {showSolutions ? "收起" : "展開"} + {showSolutions ? : }