SlyAimer
|
722be73e14
|
fix(configs): 更新jm_config.yml下载配置
|
2025-04-02 20:06:20 +08:00 |
|
SlyAimer
|
70aa13ef2a
|
feat(configs): 添加谷歌和QQ邮箱配置示例
|
2025-04-02 19:07:43 +08:00 |
|
SlyAimer
|
7968114e12
|
fix(ai_chat): 移除测试代码
feat(jm): 新增邮件发送功能及配置管理
feat(config): 新增jm配置文件
feat(email): 新增邮件发送模块
chore(.gitignore): 添加jm图片目录忽略
chore(requirements): 添加aiosmtplib依赖
refactor(jm_comic): 重构下载逻辑改为邮件发送
refactor(path_config): 更新jm配置路径
refactor(jm_download): 适配新下载逻辑并添加邮箱验证
|
2025-04-02 16:37:11 +08:00 |
|
SlyAimer
|
7a58497e5f
|
feat(jm): 添加JM漫画下载功能及相关模块
新增jm_download插件、jm_comic核心下载逻辑、disguise_pdf文件处理工具
扩展delete_file功能,添加批量删除和文件夹删除方法
更新路径配置和菜单选项
|
2025-03-31 18:00:33 +08:00 |
|
SlyAimer
|
762d82b7a0
|
feat(config): 添加 animetrace搜番 API 配置项在 api_config_example.py 文件中添加了 animetrace 搜番 API
|
2025-03-15 15:59:41 +08:00 |
|
SlyAimer
|
8c9d0380dd
|
feat(config): 添加 anosu随机图 API 配置在 api_config_example.py 文件中添加了 anosu 随机图的 API 配置项
|
2025-03-14 11:23:33 +08:00 |
|
SlyAimer
|
222e6f788e
|
feat(ai_chat): 更新 API 密钥和调用方式
- 在全局范围内添加 silicon_flow_key 配置
- 在调用 chat.completions.create 方法前设置 openai.api_key 和 openai.base_url- 更新请求 headers 中的 Authorization 字段,使用 silicon_flow_key
|
2025-03-08 16:01:25 +08:00 |
|
SlyAimer
|
9641c66751
|
refactor(path_config): 优化路径配置代码
- 简化路径拼接方式,使用直接字符串拼接替代 os.path.join
- 统一路径分隔符为Unix风格,提高代码可读性和兼容性
|
2025-03-04 22:47:03 +08:00 |
|
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 |
|
|
|
46532baf4a
|
rebase master
|
2025-02-20 17:33:58 +08:00 |
|