refactor(notify): 将通知模块从归档移至正式位置

- 将 notify.py 和 oss_utils.py 从 archive/legacy_core 移至 core/common/
- 内联钉钉配置读取函数,移除对 config.settings 的依赖
- 删除 config/ 目录(settings.py 不再需要)
- daily_scheduler.py 移除归档路径的 sys.path hack
- 新增 --no-detail 和 --no-report 命令行参数控制导出
- 全标的排名表新增退场日期和退场价格列
This commit is contained in:
2026-06-08 22:34:03 +08:00
parent c32ce72579
commit 844e609ff7
6 changed files with 898 additions and 82 deletions

1
core/__init__.py Normal file
View File

@@ -0,0 +1 @@
# 核心模块