{text.missingToken}
-{text.missingTokenHint}
-| {t.colUserId} | -{t.colGroup} | -{t.colStatus} | -{t.colStartsAt} | -{t.colExpiresAt} | -{t.colDailyUsage} | -{t.colWeeklyUsage} | -{t.colMonthlyUsage} | +{t.group} | +{t.status} | +{t.usage} | +{t.expiresAt} |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {sub.userId} | -- {sub.groupId} - | -- - {sub.status} - - | -{sub.startsAt ?? '-'} | -{sub.expiresAt ?? '-'} | -{sub.dailyUsage ?? '-'} | -{sub.weeklyUsage ?? '-'} | -{sub.monthlyUsage ?? '-'} | -||||
|
+
+
+ {gName}
+
+
+ ID: {sub.group_id}
+
+ |
+
+ {/* Status */}
+ {statusBadge(sub.status)} | + + {/* Usage */} +
+ |
+
+ {/* Expires */}
+
+ {formatDate(sub.expires_at)}
+ {remaining != null && (
+
+ {remaining > 0
+ ? `${remaining} ${t.days} ${t.remaining}`
+ : t.expired}
+
+ )}
+ |
+
+
{line}
))} +{pickLocaleText( locale, - '无需订阅,充值即用,按实际消耗扣费,余额所有渠道通用。', - 'No subscription needed. Top up and use. Charged by actual usage. Balance works across all channels.', + '无需订阅,充值即用,按实际消耗扣费。余额所有渠道通用,可自由切换。价格以美元计价(当前比例:1美元≈1人民币)', + 'No subscription needed. Top up and use. Charged by actual usage. Balance works across all channels. Priced in USD (current rate: 1 USD ≈ 1 CNY)', )} +
++ {pickLocaleText( + locale, + <>1元可用约{usableQuota}美元额度>, + <>1 CNY ≈ {usableQuota} USD quota>, + )} +
++ {channel.description} +
+ )}- {pickLocaleText( - locale, - `1元可用约${usableQuota}美元额度`, - `1 CNY ≈ ${usableQuota} USD quota`, - )} -
- )} - - {/* Description */} - {channel.description && ( -- {channel.description} -
- )} - {/* Models */} {channel.models.length > 0 && ( -+
{pickLocaleText(locale, '支持模型', 'Supported Models')}
+
{pickLocaleText(locale, '功能特性', 'Features')}