Skip to content

Commit b8c0343

Browse files
ZhuLinsenEchoingFootsteps
authored andcommitted
docs: align README preview assets with docs directory (ZhuLinsen#1258)
1 parent fc528a2 commit b8c0343

5 files changed

Lines changed: 46 additions & 51 deletions

File tree

README.md

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,22 @@
3030
</div>
3131

3232

33+
## 🖥️ 产品预览
34+
35+
<p align="center">
36+
<img src="docs/assets/readme_workspace_tour_20260510.gif" alt="DSA Web 工作台演示" width="720">
37+
</p>
38+
3339
## ✨ 功能特性
3440

35-
| 模块 | 功能 | 说明 |
36-
|------|------|------|
37-
| AI | 决策仪表盘 | 一句话核心结论 + 评分 + 买卖点位 + 风险警报 + 操作检查清单 |
38-
| 分析 | 多维度分析 | 技术面、实时行情、筹码分布、新闻舆情、公告、资金流与基本面聚合 |
39-
| 市场 | 全球市场 | 支持 A股、港股、美股、美股指数及常见 ETF |
40-
| 策略 | 市场策略系统 | 内置 A股复盘、美股 Regime、均线、缠论、波浪、情绪周期等策略能力 |
41-
| 复盘 | 大盘复盘 | 每日市场概览、指数表现、涨跌统计与板块强弱(支持 cn / hk / us / both) |
42-
| Web | 双主题工作台 | 支持手动分析、配置管理、任务进度、历史报告、回测、持仓管理 |
43-
| 导入 | 智能导入与补全 | 支持图片、CSV/Excel、剪贴板导入,自选股输入支持代码/名称/拼音/别名补全 |
44-
| 历史 | 报告管理 | 支持历史报告查看、完整 Markdown 报告、重新分析与批量管理 |
45-
| 回测 | AI 回测验证 | 对历史分析进行事后验证,查看方向准确率和模拟收益 |
46-
| Agent 问股 | 策略对话 | 多轮策略问答,支持均线金叉/缠论/波浪等 11 种内置策略,Web/Bot/API 全链路 |
47-
| 推送 | 多渠道通知 | 支持企业微信、飞书、Telegram、Discord、Slack、邮件等主流渠道 |
48-
| 自动化 | 定时运行 | 支持 GitHub Actions、Docker、本地定时任务和 FastAPI 服务模式 |
41+
| 能力 | 覆盖内容 |
42+
|------|------|
43+
| AI 决策报告 | 核心结论、评分、趋势、买卖点位、风险警报、催化因素、操作检查清单 |
44+
| 多市场数据聚合 | A股、港股、美股、ETF;行情、K 线、技术指标、资金流、筹码、新闻、公告和基本面 |
45+
| Web / 桌面工作台 | 手动分析、任务进度、历史报告、完整 Markdown、回测、持仓、配置管理、浅色 / 深色主题 |
46+
| Agent 策略问股 | 多轮追问,支持均线、缠论、波浪、趋势等 11 种内置策略,覆盖 Web/Bot/API |
47+
| 智能导入与补全 | 图片、CSV/Excel、剪贴板导入;股票代码/名称/拼音/别名补全 |
48+
| 自动化与推送 | GitHub Actions、Docker、本地定时任务、FastAPI 服务和企业微信/飞书/Telegram/Discord/Slack/邮件推送 |
4949

5050
> 功能细节、字段契约、基本面 P0 超时语义、交易纪律、数据源优先级、Web/API 行为请看 [完整配置与部署指南](docs/full-guide.md)
5151
@@ -221,9 +221,7 @@ python main.py --serve-only
221221

222222
## 🖥️ Web 界面
223223

224-
![img.png](docs/assets/fastapi_server.png)
225-
226-
Web 工作台提供配置管理、任务监控、手动分析、历史报告、回测、持仓管理、智能导入和浅色 / 深色主题。启动方式:
224+
Web 工作台提供配置管理、任务监控、手动分析、历史报告、完整 Markdown 报告、Agent 问股、回测、持仓管理、智能导入和浅色 / 深色主题。启动方式:
227225

228226
```bash
229227
python main.py --webui

docs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
1414

1515
- [新功能] Web 系统设置页开放 `.env` 配置备份导入/导出,复用键级覆盖、配置版本冲突保护和重载链路;Web 端在 `ADMIN_AUTH_ENABLED=false` 时该入口为禁用状态。
1616
- [chore] 精简仓库根目录:将文档图片资源迁入 `docs/assets/`,将东方财富请求补丁迁入 `src/patches/`,并下移 CI 专用依赖文件与技能适配服务。
17+
- [文档] 更新多语言 README 首页浅色工作台 GIF,并精简功能特性表,保留原有赞助商、快速开始和推送效果结构。
1718

1819
## [3.16.0] - 2026-05-10
1920

docs/README_CHT.md

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,22 @@
3232
</p>
3333
</div>
3434

35+
## 🖥️ 產品預覽
36+
37+
<p align="center">
38+
<img src="assets/readme_workspace_tour_20260510.gif" alt="DSA Web 工作台演示" width="720">
39+
</p>
40+
3541
## ✨ 功能特性
3642

37-
| 模組 | 功能 | 說明 |
38-
|------|------|------|
39-
| AI | 決策儀表盤 | 一句話核心結論 + 評分 + 買賣點位 + 風險警報 + 操作檢查清單 |
40-
| 分析 | 多維度分析 | 技術面、即時行情、籌碼分布、新聞輿情、公告、資金流與基本面聚合 |
41-
| 市場 | 全球市場 | 支援 A股、港股、美股、美股指數及常見 ETF |
42-
| 策略 | 市場策略系統 | 內建 A股復盤、美股 Regime、均線、纏論、波浪、情緒週期等策略能力 |
43-
| 復盤 | 大盤復盤 | 每日市場概覽、指數表現、漲跌統計與板塊強弱(支援 cn / hk / us / both) |
44-
| Web | 雙主題工作台 | 支援手動分析、配置管理、任務進度、歷史報告、回測、持倉管理 |
45-
| 匯入 | 智能匯入與補全 | 支援圖片、CSV/Excel、剪貼簿匯入,自選股輸入支援代碼/名稱/拼音/別名補全 |
46-
| 歷史 | 報告管理 | 支援歷史報告查看、完整 Markdown 報告、重新分析與批量管理 |
47-
| 回測 | AI 回測驗證 | 對歷史分析進行事後驗證,查看方向準確率和模擬收益 |
48-
| Agent 問股 | 策略對話 | 多輪策略問答,支援均線金叉/纏論/波浪等 11 種內建策略,Web/Bot/API 全鏈路 |
49-
| 推送 | 多渠道通知 | 支援企業微信、飛書、Telegram、Discord、Slack、郵件等主流渠道 |
50-
| 自動化 | 定時運行 | 支援 GitHub Actions、Docker、本地定時任務和 FastAPI 服務模式 |
43+
| 能力 | 覆蓋內容 |
44+
|------|------|
45+
| AI 決策報告 | 核心結論、評分、趨勢、買賣點位、風險警報、催化因素、操作檢查清單 |
46+
| 多市場數據聚合 | A股、港股、美股、ETF;行情、K 線、技術指標、資金流、籌碼、新聞、公告和基本面 |
47+
| Web / 桌面工作台 | 手動分析、任務進度、歷史報告、完整 Markdown、回測、持倉、配置管理、淺色 / 深色主題 |
48+
| Agent 策略問股 | 多輪追問,支援均線、纏論、波浪、趨勢等 11 種內建策略,覆蓋 Web/Bot/API |
49+
| 智能匯入與補全 | 圖片、CSV/Excel、剪貼簿匯入;股票代碼/名稱/拼音/別名補全 |
50+
| 自動化與推送 | GitHub Actions、Docker、本地定時任務、FastAPI 服務和企業微信/飛書/Telegram/Discord/Slack/郵件推送 |
5151

5252
> 功能細節、欄位契約、基本面 P0 超時語義、交易紀律、數據源優先級、Web/API 行為請看 [完整配置與部署指南](./full-guide.md)
5353
@@ -209,9 +209,7 @@ python main.py --serve-only
209209

210210
## 🖥️ Web 介面
211211

212-
![FastAPI Web UI](assets/fastapi_server.png)
213-
214-
Web 工作台提供配置管理、任務監控、手動分析、歷史報告、回測、持倉管理、智能匯入和淺色 / 深色主題。啟動方式:
212+
Web 工作台提供配置管理、任務監控、手動分析、歷史報告、完整 Markdown 報告、Agent 問股、回測、持倉管理、智能匯入和淺色 / 深色主題。啟動方式:
215213

216214
```bash
217215
python main.py --webui

docs/README_EN.md

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,22 @@ English | [简体中文](../README.md) | [繁體中文](README_CHT.md)
3232
</p>
3333
</div>
3434

35+
## 🖥️ Product Preview
36+
37+
<p align="center">
38+
<img src="assets/readme_workspace_tour_20260510.gif" alt="DSA Web workspace demo" width="720">
39+
</p>
40+
3541
## ✨ Key Features
3642

37-
| Module | Feature | Description |
38-
|--------|---------|-------------|
39-
| AI | Decision Dashboard | One-sentence conclusion + score + entry/exit levels + risk alerts + action checklist |
40-
| Analysis | Multi-dimensional Analysis | Technicals, realtime quotes, chip distribution, news sentiment, announcements, capital flow, and fundamentals |
41-
| Market | Global Markets | A-shares, Hong Kong stocks, US stocks, US indices, and common ETFs |
42-
| Strategy | Market Strategy System | A-share review, US regime strategy, moving averages, Chan theory, Elliott wave, and sentiment-cycle support |
43-
| Review | Market Review | Daily market overview, index performance, breadth, and sector strength (supports cn / hk / us / both) |
44-
| Web | Dual-theme Workspace | Manual analysis, settings, task progress, history, backtest, and portfolio management |
45-
| Import | Smart Import & Autocomplete | Image, CSV/Excel, and clipboard import; search by code, name, pinyin, and aliases |
46-
| History | Report Management | Full Markdown reports, rerun analysis, history browsing, and batch management |
47-
| Backtest | AI Backtest Validation | Validate historical analysis with directional accuracy and simulated return views |
48-
| Agent Q&A | Strategy Chat | Multi-turn strategy chat with 11 built-in strategies across Web/Bot/API |
49-
| Notifications | Multi-channel Push | WeChat Work, Feishu, Telegram, Discord, Slack, Email, and more |
50-
| Automation | Scheduled Runs | GitHub Actions, Docker, local scheduler, and FastAPI service mode |
43+
| Capability | Coverage |
44+
|------------|----------|
45+
| AI decision reports | Core conclusion, score, trend, entry/exit levels, risk alerts, catalysts, and action checklist |
46+
| Multi-market data | A-shares, Hong Kong, US stocks, ETFs; quotes, K-lines, technicals, capital flow, chips, news, announcements, and fundamentals |
47+
| Web / desktop workspace | Manual analysis, task progress, history, full Markdown reports, backtest, portfolio, settings, and light/dark themes |
48+
| Agent strategy chat | Multi-turn Q&A with 11 built-in strategies across Web/Bot/API |
49+
| Smart import & autocomplete | Image, CSV/Excel, clipboard import; code/name/pinyin/alias autocomplete |
50+
| Automation & notifications | GitHub Actions, Docker, local scheduler, FastAPI service, and WeChat Work / Feishu / Telegram / Discord / Slack / Email delivery |
5151

5252
> Detailed fields, fundamental P0 timeout semantics, trading rules, data-source priority, Web/API behavior, and troubleshooting live in the [Full Guide](./full-guide_EN.md).
5353
@@ -209,9 +209,7 @@ Full environment variables, model routing, notification channels, data-source pr
209209

210210
## 🖥️ Web UI
211211

212-
![FastAPI Web UI](assets/fastapi_server.png)
213-
214-
The Web workspace supports settings, task monitoring, manual analysis, history reports, backtest, portfolio management, smart import, and light/dark themes.
212+
The Web workspace supports settings, task monitoring, manual analysis, history reports, full Markdown reports, Agent strategy chat, backtest, portfolio management, smart import, and light/dark themes.
215213

216214
```bash
217215
python main.py --webui
2.12 MB
Loading

0 commit comments

Comments
 (0)