diff --git a/app/pricing/page.tsx b/app/pricing/page.tsx index 01291e4..04d142d 100644 --- a/app/pricing/page.tsx +++ b/app/pricing/page.tsx @@ -27,7 +27,7 @@ export default function PricingPage() { } /**价格方案 */ function HomeModule5() { - const [billingType, setBillingType] = useState<"month" | "year">("month"); + const [billingType, setBillingType] = useState<"month" | "year">("year"); const [plans, setPlans] = useState([]); const [loadingPlan, setLoadingPlan] = useState(null); // 跟踪哪个计划正在加载 @@ -171,7 +171,7 @@ function HomeModule5() { xl:w-[7.125rem] xl:text-base 2xl:w-[7.125rem] 2xl:text-base`} > - Yearly - 20% + Yearly