Files
MoviePilot/app/modules
Attente b609567c38 feat(cache): 引入 fresh 和 async_fresh 以控制缓存行为
- 新增 `fresh` 和 `async_fresh` 用于在同步和异步函数中
临时禁用缓存。
- 通过 `_fresh` 这一 contextvars 变量实现上下文感知的
缓存刷新机制
- 修改了 `cached` 装饰器逻辑,在 `is_fresh()` 为 True
时跳过缓存读取。

- 修复 download 模块中路径处理问题,使用 `Path.as_posix()` 确保跨平台兼容性。
2025-10-19 22:31:50 +08:00
..
2025-07-31 13:51:43 +08:00
2025-09-02 08:35:48 +08:00
2025-09-13 10:34:41 +08:00
2025-09-17 01:59:28 +08:00
2025-08-11 13:57:03 +08:00
2025-08-23 14:06:44 +08:00
2025-09-08 09:59:11 +08:00
2025-08-20 22:03:18 +08:00
2025-08-28 08:05:10 +08:00
2025-08-23 14:06:44 +08:00
fix
2025-09-18 15:39:10 +08:00