{{ stat.label }}
{{ stat.value }}
{{ stat.desc }}
系统健康检查
{{ healthStatus.healthy ? '服务运行正常' : '服务异常' }}
{{ healthStatus.message }}
{{ JSON.stringify(healthStatus.raw, null, 2) }}
用户列表
用户详情 #{{ userDetail.id }}
用户名: {{ userDetail.username }}
邮箱: {{ userDetail.email }}
状态: {{ userDetail.enabled ? '启用' : '禁用' }}
创建: {{ userDetail.createdAt }}
更新: {{ userDetail.updatedAt }}
交易账户
| ID | 账户名 | 券商 | 账号 | 初始资金 | 当前资金 | 状态 |
|---|---|---|---|---|---|---|
| {{ a.id }} | {{ a.accountName }} | {{ a.broker }} | {{ a.accountNumber }} | {{ formatMoney(a.initialCapital) }} | {{ formatMoney(a.currentCapital) }} | {{ a.enabled ? '启用' : '禁用' }} |
暂无数据
新建交易账户
行情数据查询
{{ JSON.stringify(marketData, null, 2) }}
可交易标的列表
{{ u }}
交易信号
| ID | 类型 | 标的 | 方向 | 价格 | 数量 | 状态 | 时间 |
|---|---|---|---|---|---|---|---|
| {{ s.id }} | {{ s.signalType }} | {{ s.symbol }} | {{ s.direction }} | {{ s.price }} | {{ s.quantity }} | {{ s.status }} | {{ s.createdAt }} |
暂无信号数据
手续费计算
计算手续费
{{ JSON.stringify(feeResult, null, 2) }}
查询费率配置
{{ JSON.stringify(feeConfig, null, 2) }}
🤖 DeepSeek AI 助手
{{ aiStatus.configured ? aiStatus.model : '未配置 API Key' }}
🤖
你好!我是 AlphaMind AI 助手,基于 DeepSeek 大模型。
我可以帮你分析期权信息、解答多空研判逻辑、提供策略建议。
{{ msg.role === 'user' ? '你' : 'AI 助手' }}
{{ msg.content }}
🧪 API 接口测试
📋 API 列表
{{ group.name }}
{{ api.method }}
{{ api.path }}
{{ testResults[api.id].ok ? '✓' : '✗' }}
{{ selectedApi.method }}
{{ selectedApi.path }}
{{ selectedApi.desc }}
{{ p.name }}:
{{ p.name }}:
{{ selectedApi.status }}
{{ selectedApi.duration }}ms
{{ selectedApi.responseSize }}
{{ JSON.stringify(selectedApi.response, null, 2) }}
📡
从左侧选择一个 API 接口开始测试
或点击顶部「一键测试全部」自动遍历所有接口
📊 测试汇总 ({{ autoTestPassed }}/{{ autoTestSummary.length }} 通过)
| 接口 | 方法 | 状态 | 耗时 |
|---|---|---|---|
| {{ r.path }} | {{ r.method }} | {{ r.ok ? '✓ ' + r.status : '✗ ' + (r.status || 'ERR') }} | {{ r.duration }}ms |