This website requires JavaScript.
Explore
Help
Register
Sign In
nas
/
MoviePilot
Watch
1
Star
0
Fork
0
You've already forked MoviePilot
mirror of
https://github.com/jxxghp/MoviePilot.git
synced
2026-03-20 12:08:09 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cc41036c638e402e64f08306d7e058074206bebb
MoviePilot
/
app
/
core
History
noone
47c1e5b5b8
Merge remote-tracking branch 'origin/v2' into v2
2026-03-03 14:31:24 +08:00
..
meta
Merge remote-tracking branch 'origin/v2' into v2
2026-03-03 14:31:24 +08:00
__init__.py
…
cache.py
feat(cache): 同步/异步函数可共享缓存
2026-02-10 18:46:49 +08:00
config.py
fix: 修复阿里云盘目录监控快照无法检测文件的问题
2026-02-26 23:43:21 +08:00
context.py
refactor: 统一将布尔判断
if var:
和
if not var:
更改为显式的
if var is not None:
和
if var is None:
以正确处理
None
值。
2026-02-02 13:49:32 +08:00
event.py
…
metainfo.py
fix:统一调整文件类型支持
2026-01-21 17:59:18 +08:00
module.py
…
plugin.py
feat(config): 优化配置变更事件处理机制
2025-11-27 23:17:34 +08:00
security.py
缓存api鉴权结果
2026-01-15 12:38:47 +08:00