35 lines
761 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# AI 实时交易辅助系统
基于 Vue 3 的实时期货交易辅助工具(Phase 1:框架 + UI 布局,数据为 Mock)。
## 技术栈
- Vue 3 + TypeScript
- Vite 7
- Element Plus
- Pinia
- ECharts / vue-echarts
## 启动
```bash
npm install
npm run dev
```
构建:
```bash
npm run build
```
## 功能(本阶段)
- 行情:报价统计、分时/K 线、五档盘口、成交明细
- 相关新闻列表
- 机构持仓(多空前 20 + 圆环图,浅色)
- 底部 AI 建议抽屉(一键刷新,当前返回 Mock)
- 设置:DeepSeek API Key、额外关键词(本地 localStorage)
数据源与 DeepSeek 真实调用将在后续阶段接入。设计说明见 `docs/superpowers/specs/2026-07-21-ai-trade-assistant-design.md`。