Tags: ITAnt/daily_stock_analysis
Tags
增加readme中关于跳过交易日检查的两种机制的说明 (ZhuLinsen#474) * fix: add TRADING_DAY_CHECK_ENABLED env var and --force-run support for GitHub Actions - Add TRADING_DAY_CHECK_ENABLED to workflow env (reads from vars/secrets) - Add force_run workflow_dispatch input for manual trigger - Pass --force-run arg to main.py when enabled #patch * 增加对两种跳过交易日检查机制的说明 --------- Co-authored-by: mushi <ruiheng.drh@antgroup.com>
fix: Docker内运行通过页面修改配置 Failed to update system configuration: [Errno … …16] Device or resource busy (ZhuLinsen#306)
fix: 修复个股分析推送失败和报告路径问题 (fixes ZhuLinsen#166) 1. 修复 pipeline.py 中遗漏的通知渠道处理: - 添加 PUSHPLUS 渠道支持 - 添加 DISCORD 渠道支持 - 添加 PUSHOVER 渠道支持 2. 修复 notification.py 中报告保存路径: - 将 src/reports/ 改为项目根目录 reports/ - 与 GitHub Actions 工作流路径保持一致