Commit graph

4 commits

Author SHA1 Message Date
SlyAimer
7827d3a8b2 refactor(file_operations): 优化文件路径处理和文件读取方式- 将 Path() / 用法替换为 os.path.join(),以兼容不同操作系统
- 修正文件打开方式,使用 open(file, "rb") 替代 file.open("rb")
- 更新多个文件中的路径处理逻辑,提高代码的可移植性
2025-03-04 21:11:11 +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
fbe9e69922 fix(light_novel):新增获取信息失败时异常抛出 2025-02-24 13:43:22 +08:00
46532baf4a rebase master 2025-02-20 17:33:58 +08:00