feat(subscription): load vip and credit plans from api

This commit is contained in:
2026-06-26 15:09:27 +08:00
parent abf6d5ae88
commit 49b67064f7
15 changed files with 748 additions and 50 deletions
+1
View File
@@ -15,6 +15,7 @@ export class PaymentPlan {
declare readonly originalAmountCents: number | null;
declare readonly dailyPriceCents: number | null;
declare readonly currency: string;
declare readonly pricingTier: string;
declare readonly vipDays: number | null;
declare readonly dolAmount: number | null;