feat: v2.0.0 重大重构

- 配置管理重构:统一使用 config/config.yaml
- 运行模式升级:支持 daily/current/incremental 三种模式
- Docker 支持:完整容器化部署方案
- 新增配置文件:config/config.yaml 和 config/frequency_words.txt
This commit is contained in:
sansan
2025-07-20 07:38:16 +08:00
parent ae64109002
commit 3fbbfeff10
17 changed files with 2178 additions and 641 deletions
+35
View File
@@ -0,0 +1,35 @@
.git/
.gitignore
*.md
README.md
output/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
.pytest_cache/
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db
docker/.env
_image/
.github/
*.log
.env.local
.env.*.local
version
index.html