Commit graph

3 commits

Author SHA1 Message Date
SlyAimer
3a7151bb6d feat(bot): 重构定时任务逻辑并优化日志配置
- 将 `BlockingScheduler` 替换为 `BackgroundScheduler`
- 将 `clean_temp_cache` 函数移至 `bot.py` 并优化文件清理逻辑
- 调整日志文件路径为 `log_path + "error.log"`
- 移除 `platform.py` 中冗余的缓存清理函数
2025-03-03 14:00:53 +08:00
SlyAimer
d6116f7b2c feat(bot): 添加定时任务清理缓存功能
refactor(light_novel): 将轻小说图片路径改为临时路径
refactor(data_source): 将日报图片路径改为临时路径
feat(platform): 添加定时清理缓存功能
refactor(html_to_img): 将轻小说图片路径改为临时路径
refactor(daily_report): 将日报图片路径改为临时路径
refactor(path_config): 移除日报和轻小说路径配置
2025-03-03 11:25:51 +08:00
46532baf4a rebase master 2025-02-20 17:33:58 +08:00