{{ toast.message }}
🧠

AlphaMind

智能交易系统管理后台

🧠 AlphaMind

管理后台 v1.0

{{ authForm.username || 'Admin' }}

已登录

{{ currentPageLabel }}

{{ currentTime }}

{{ 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