This website requires JavaScript.
Explore
Help
Sign In
GithubBackup
/
MoviePilot
Watch
1
Star
0
Fork
0
You've already forked MoviePilot
mirror of
https://github.com/jxxghp/MoviePilot.git
synced
2026-07-15 01:12:29 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
244112be5c2f637fe5289ee77bc56a22dff56de9
MoviePilot
/
app
/
core
History
jxxghp
70109635c7
feat(agent): 接入Exa API用于网络搜索
2026-03-30 07:11:29 +08:00
..
meta
feat: 文件名为辅助中文标签时使用父目录标题识别
2026-03-25 09:27:52 +08:00
__init__.py
…
cache.py
rollback aiopathlib
2026-03-24 09:06:44 +08:00
config.py
feat(agent): 接入Exa API用于网络搜索
2026-03-30 07:11:29 +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
feat: 文件名为辅助中文标签时使用父目录标题识别
2026-03-25 09:27:52 +08:00
module.py
…
plugin.py
fix(plugin): return remoteEntry path without API prefix to avoid double prefix 404
2026-03-11 15:12:40 +08:00
security.py
缓存api鉴权结果
2026-01-15 12:38:47 +08:00