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 ? : }