You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

89 lines
2.3 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# A股智投分析平台 - 开发文档
## 文档目录
| 文档 | 说明 |
|-----|------|
| [01-项目概述.md](./01-项目概述.md) | 项目简介、技术栈、快速开始 |
| [02-功能清单.md](./02-功能清单.md) | 完整功能列表68项已实现功能 |
| [03-技术架构.md](./03-技术架构.md) | 整体架构、前端/后端架构设计 |
| [04-API接口文档.md](./04-API接口文档.md) | 完整的RESTful API和WebSocket接口 |
| [05-前端实现.md](./05-前端实现.md) | 前端组件、数据服务、类型定义 |
| [06-后端实现.md](./06-后端实现.md) | 后端服务、数据库、定时任务 |
| [07-部署文档.md](./07-部署文档.md) | 前端/后端部署、Docker、SSL |
| [08-待办事项.md](./08-待办事项.md) | 93项待实现任务清单 |
## 项目简介
A股智投分析平台是一个专业的A股市场数据分析工具为投资者提供实时行情、技术分析、动量选股等功能。
### 核心功能
- 📊 **市场概览** - 四大指数实时行情、涨跌家数统计
- 🔥 **动量版块** - 20个行业版块热力图、动量排名
- 📈 **新高新低** - 创历史新高/新低的股票列表
- 📉 **涨跌分布** - 全市场涨跌分布可视化
-**动量推荐** - 基于技术面选出的优质个股
- 🔍 **智能搜索** - 支持版块和个股搜索
- 📊 **K线图表** - 蜡烛图+5条均线+成交量附图
- 📋 **个股分析** - 技术指标、基本面数据
### 在线演示
**访问地址**: https://c4u7go6wz5p62.ok.kimi.link
## 技术栈
### 前端
- React 18 + TypeScript
- Vite + Tailwind CSS
- shadcn/ui + Recharts
- Framer Motion
### 后端(待实现)
- Node.js / Python
- WebSocket 实时推送
- MySQL + Redis
## 快速开始
```bash
# 进入项目目录
cd /mnt/okcomputer/output/app
# 安装依赖
npm install
# 开发模式
npm run dev
# 构建
npm run build
```
## 项目统计
- **已实现功能**: 68项
- **待实现功能**: 93项
- **完成度**: 42%
## 开发团队
- 前端开发: AI Assistant
- 设计: AI Assistant
- 产品: AI Assistant
## 更新日志
### v1.0.0 (2024-03-02)
- ✅ 初始版本发布
- ✅ 实现所有核心功能模块
- ✅ K线蜡烛图+均线+成交量
- ✅ 智能搜索功能
- ✅ 版块详情弹窗
- ✅ 个股详情弹窗
---
*本文档持续更新中...*