- {(plan.tokens / 1000000).toFixed(0)}M 代币
- {plan.save_percentage && (
-
节省 {plan.save_percentage}%
- )}
+ {userSubscription && (
+
+
+
+ {userSubscription.tokensLeft.toLocaleString()}
+ 代币剩余。
+
+ {userSubscription.plan.tokens.toLocaleString()}代币将在{new Date(userSubscription.nextReloadDate).toLocaleDateString()}后添加。
+
+
+
+
需要更多代币?
+
+
+ 升级您的计划或购买
+ 代币充值包
+
+
-
{plan.description}
-
- ¥{plan.price * (billingCycle === 'yearly' ? 10 : 1)}/{billingCycle === 'yearly' ? '年' : '月'}
-
-
- ))}
+ )}
+
+
+
+
+
+
+
+ {subscriptionPlans.map((plan) => (
+
+
{plan.name}
+
+ {(plan.tokens / 1000000).toFixed(0)}M 代币
+ {plan.save_percentage && (
+ 节省 {plan.save_percentage}%
+ )}
+
+
{plan.description}
+
+ ¥{plan.price * (billingCycle === 'yearly' ? 10 : 1)}/{billingCycle === 'yearly' ? '年' : '月'}
+
+
+
+ ))}
+