update pay function

This commit is contained in:
2025-11-19 20:44:35 +08:00
parent ae558996b6
commit b48ff99658
2 changed files with 4 additions and 4 deletions

View File

@@ -0,0 +1,2 @@
// Type declarations for SubscriptionContentNew component
export {};

View File

@@ -693,9 +693,8 @@ export default function SubscriptionContentNew() {
<motion.div
key={plan.name}
initial={{ opacity: 0, y: 50 }}
whileInView={{ opacity: 1, y: 0 }}
animate={{ opacity: 1, y: 0 }}
transition={{ delay: index * 0.1, duration: 0.6 }}
viewport={{ once: true, amount: 0.3 }}
>
<Box
position="relative"
@@ -920,9 +919,8 @@ export default function SubscriptionContentNew() {
{/* FAQ 区域 */}
<motion.div
initial={{ opacity: 0 }}
whileInView={{ opacity: 1 }}
animate={{ opacity: 1 }}
transition={{ duration: 0.6 }}
viewport={{ once: true, amount: 0.2 }}
>
<Box
p={8}