yuming
|
a697ce8852
|
feat: 宿主机 ↔ 容器路径双向映射
部署到群晖 / deploy (push) Successful in 46s
config.yaml 新增 path_mapping 段声明宿主机前缀与容器挂载点前缀的对应关系。
用户在 Web 界面和 config 里填宿主机真实路径(如群晖 /volume2/...),
程序在真正落盘、调用云盘 SDK 前透明转成容器内路径,保证文件写到 bind mount
而不是容器 overlay 文件系统;前端显示/返回的路径再反向转回宿主机形式。
无映射配置时所有 to_container/to_host 均原样返回,向后兼容老配置。
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-04-24 21:43:55 +08:00 |
|
yuming
|
8de92095f7
|
feat: 任务队列卡片显示每个频道的日期范围
部署到群晖 / deploy (push) Successful in 58s
- 后端 _compute_current_task_queue 返回每项附带 download_filter
- 前端三种卡片(已完成/当前/排队中)都加一行 📅 日期范围,
复用既有 parseFilterDisplay 解析 filter 字符串
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-04-23 13:17:58 +08:00 |
|
yuming
|
fbdd3fa31b
|
fix: 任务队列改从 app.chat_download_config 动态构造,解决 os.execv重启后 _task_queue全局变量丢失导致队列只显示 1 个频道的问题
部署到群晖 / deploy (push) Successful in 41s
|
2026-04-23 13:12:47 +08:00 |
|
yuming
|
e5e375c30d
|
feat: 多频道任务队列总览卡片
部署到群晖 / deploy (push) Successful in 52s
- download_stat 新增 _task_queue / _completed_chats 与三个辅助函数
- 切频道前自动把上一个频道的最终进度快照进 completed_chats
- save_and_restart(_multi) 启动任务时设置队列,供前端渲染总览
- 前端 banner 改为"任务队列"多卡片列表(✅已完成 / 🚀当前 / ⏳排队中),
含进度条、跳过明细;兼容单频道场景
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-04-23 12:47:44 +08:00 |
|
yuming
|
a1499a431f
|
feat: 支持多频道队列下载
部署到群晖 / deploy (push) Successful in 51s
|
2026-04-23 09:56:40 +08:00 |
|
yuming
|
cf40343c51
|
初始化 telegram-downloader 并接入群晖 CI/CD
部署到群晖 / deploy (push) Failing after 10m45s
|
2026-04-22 21:29:03 +08:00 |
|