Skip to content

Commit a0384e2

Browse files
committed
Fix example: 中粮糖业 → 中国长城
- 示例改为实际包含的中国长城(000066) - 入口文件改为 stock_full_report.py(实际文件名)
1 parent 4a16279 commit a0384e2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ pip install -r requirements.txt
3939
### 2. 运行分析
4040

4141
```bash
42-
python main.py 600737
42+
python stock_full_report.py 000066
4343
```
4444

4545
### 3. 查看报告
4646

4747
生成的报告位于 `output/` 目录:
48-
- `个股研究-中粮糖业.md` - Markdown分析报告
49-
- `个股研究-中粮糖业.html` - HTML可视化报告
50-
- `data_600737.json` - 原始数据
48+
- `个股研究-中国长城.md` - Markdown分析报告
49+
- `个股研究-中国长城.html` - HTML可视化报告
50+
- `data_000066.json` - 原始数据
5151

5252
---
5353

0 commit comments

Comments
 (0)