Guanghu Domestic Migration a27e87cb99 chore: import sanitized domestic snapshot for REPO-007
Source snapshot: 97d7f0fae96dc04b7ddad56fc1db6a108ed662cc

[SEC-CLEAN] · pre-push-clean v1.0 · 109处敏感信息已自动转乱码
2026-07-17 15:59:55 +08:00

52 lines
994 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.

# ④ 启动自动拆书流水线·癫都癫
## 运行步骤
### 第一步:先测试一下能不能跑
```bash
cd ~/chenxing-aircraft && python3 tools/auto_dishu.py --book 癫都癫癫点好啊 --end_chapter 3
```
看到输出信息就说明可以正常运行。按 `Ctrl+C` 停止。
---
### 第二步:后台运行完整流水线
```bash
cd ~/chenxing-aircraft && mkdir -p output && nohup python3 tools/auto_dishu.py --book 癫都癫癫点好啊 --end_chapter 639 > output/dian_log.txt 2>&1 &
```
运行后会显示进程ID然后可以关掉终端去睡觉了 🌙
---
### 查看进度
```bash
tail -f ~/chenxing-aircraft/output/dian_log.txt
```
`Ctrl+C` 退出查看(不会停止运行)
---
### 查看拆书结果
```bash
ls ~/chenxing-aircraft/output/癫都癫癫点好啊/
```
---
### 停止运行(如果需要)
```bash
pkill -f auto_dishu.py
```
---
> 💡 书名参数去掉了引号和标点,直接用 `癫都癫癫点好啊` 避免乱码问题
>