用户登录
{{ error }}
用户注册
{{ error }}
选择套餐
{{ pkg.name }}
{{ formatQuota(pkg.quota) }} tokens
¥{{ pkg.price }}
有效期:{{ pkg.duration_days }}天
我的订单
| 订单号 | 套餐 | 金额 | 状态 | 创建时间 |
|---|---|---|---|---|
| {{ order.order_no }} | {{ order.package_name }} | ¥{{ order.amount }} | {{ statusText(order.status) }} | {{ formatDate(order.created_at) }} |
我的 API Keys
| Key | 总额度 | 已使用 | 剩余 | 状态 | 过期时间 |
|---|---|---|---|---|---|
{{ key.key_value }} |
{{ formatQuota(key.quota_total) }} | {{ formatQuota(key.quota_used) }} | {{ formatQuota(key.quota_remaining) }} | {{ key.status }} | {{ formatDate(key.expires_at) }} |
个人中心
用户名:{{ profile.username }}
邮箱:{{ profile.email }}
总订单数:{{ profile.total_orders || 0 }}
总消费:¥{{ profile.total_spent || 0 }}
注册时间:{{ formatDate(profile.created_at) }}