forked from 77media/video-flow
更新 pricing模块样式
This commit is contained in:
parent
f497e1c19d
commit
805b7b91ec
@ -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<SubscriptionPlan[]>([]);
|
||||
const [loadingPlan, setLoadingPlan] = useState<string | null>(null); // 跟踪哪个计划正在加载
|
||||
|
||||
@ -171,7 +171,7 @@ function HomeModule5() {
|
||||
xl:w-[7.125rem] xl:text-base
|
||||
2xl:w-[7.125rem] 2xl:text-base`}
|
||||
>
|
||||
Yearly - <span className="text-[#FFCC6D]">20%</span>
|
||||
Yearly
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user