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 03:57:30 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b6b5d9f9c49e10cfac752dec2b3d3e7c1c4f84ac
MoviePilot
/
app
/
core
History
Castell
894756000c
feat: 新增优先使用插件识别的功能
2026-03-02 20:58:10 +08:00
..
meta
Update app/core/meta/metavideo.py
2026-03-02 11:47:47 +08:00
__init__.py
…
cache.py
feat(cache): 同步/异步函数可共享缓存
2026-02-10 18:46:49 +08:00
config.py
feat: 新增优先使用插件识别的功能
2026-03-02 20:58:10 +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
…
module.py
…
plugin.py
…
security.py
…