Commit graph

4 commits

Author SHA1 Message Date
SlyAimer
53a6cb2822 fix(bot): 添加yuc_wiki_path到缓存清理路径 2025-03-26 19:46:29 +08:00
SlyAimer
08b2cc5f05 feat(bot): 重构定时任务逻辑并优化日志配置
- 将 `BlockingScheduler` 替换为 `BackgroundScheduler`
- 将 `clean_temp_cache` 函数移至 `bot.py` 并优化文件清理逻辑
- 调整日志文件路径为 `log_path + "error.log"`
- 移除 `platform.py` 中冗余的缓存清理函数
2025-03-03 14:00:40 +08:00
SlyAimer
b43f287110 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:03 +08:00
46532baf4a rebase master 2025-02-20 17:33:58 +08:00