📊 控制台

Current Balance
¥{{ balanceStats.balance.toFixed(2) }}
Available Balance
Total Recharged
¥{{ balanceStats.total_recharged.toFixed(2) }}
Total Consumed
¥{{ balanceStats.total_consumed.toFixed(2) }}
Today's Consumption
¥{{ balanceStats.today_consumed.toFixed(2) }}
This Month's Consumption
¥{{ balanceStats.this_month_consumed.toFixed(2) }}
📝 最近交易
💳
暂无交易记录
Time Type Amount Balance Description
{{ formatDateTime(t.created_at) }} {{ getTransactionTypeLabel(t.transaction_type) }} {{ t.amount > 0 ? '+' : '' }}¥{{ Math.abs(t.amount).toFixed(6) }} ¥{{ t.balance_after.toFixed(6) }} {{ t.description }}
💰 最近充值
💳
暂无充值记录
Time 方式 Amount Balance Before Balance After
{{ formatDateTime(r.created_at) }} {{ getRechargeTypeLabel(r.recharge_type) }} +¥{{ r.amount.toFixed(2) }} ¥{{ r.balance_before.toFixed(2) }} ¥{{ r.balance_after.toFixed(2) }}

🔑 令牌管理

➕ 创建新令牌
Enabling will not limit usage count days Create Token
📋 我的令牌

Please keep your token safe, this is your unique access credential

💰 Account Recharge

🎯 选择充值方式
🎫
Recharge Card
💳
Online Payment
🎫 充值卡充值
Recharge Now Clear
💳 在线支付
🔵
Alipay
🟢
WeChat Pay
创建支付 Order
📱 扫码支付
Please scan the QR code with your phone to complete payment
支付Amount:¥{{ paymentForm.amount.toFixed(2) }}
检查支付Status Cancel Payment

💳 余额明细

📝 交易记录
加载中...
💳
暂无交易记录
Time Type Amount 变动后Balance Description
{{ formatDateTime(t.created_at) }} {{ getTransactionTypeLabel(t.transaction_type) }} {{ t.amount > 0 ? '+' : '' }}¥{{ Math.abs(t.amount).toFixed(6) }} ¥{{ t.balance_after.toFixed(6) }} {{ t.description }}
加载更多

📈 API 使用明细

{{ apiLogsStats.total_requests || 0 }}
总请求次数
{{ apiLogsStats.success_rate || 0 }}%
成功率
{{ apiLogsStats.total_tokens || 0 }}
总Token数
{{ apiLogsStats.avg_latency || 0 }}ms
平均延迟
🔍 筛选条件
查询
📋 API使用记录

👤 个人中心

👤 基本信息
{{ userInfo.username }} {{ userInfo.role === 100 ? 'Admin' : 'Regular User' }} {{ userInfo.status ? '正常' : '冻结' }} {{ formatDateTime(userInfo.created_at) }}
🔐 修改密码
修改密码

🎯 模型列表

🎯 可用模型
刷新
加载中...
🎯
暂无可用模型
模型ID 渠道数 总请求 成功率 平均延迟 评分 最佳渠道