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-06-26 02:02:39 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6c7053196744ba182c2b8a2a977eb0d4a23aecb3
MoviePilot
/
app
/
core
History
jxxghp
bcc321eb70
add plugin agent management tools
2026-04-29 08:29:04 +08:00
..
meta
fix(meta): 修复首括号被误删导致标题识别错误
2026-04-03 06:54:11 +08:00
__init__.py
…
cache.py
fix(helper): 统一redis缓存键
2026-04-05 13:55:54 +08:00
config.py
refactor: remove legacy LLM_DISABLE_THINKING and LLM_REASONING_EFFORT config, unify thinking_level handling
2026-04-25 10:42:03 +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
fixx loop
2025-11-20 08:15:37 +08:00
metainfo.py
feat: 文件名为辅助中文标签时使用父目录标题识别
2026-03-25 09:27:52 +08:00
module.py
…
plugin.py
add plugin agent management tools
2026-04-29 08:29:04 +08:00
security.py
feat: add ai-compatible API endpoints
2026-04-22 17:21:43 +08:00