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-16 01:43:39 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8c46ece44ac1aac580b2b6f3176db2fe849874ef
MoviePilot
/
app
/
core
History
jxxghp
17519d5a96
add TAVILY_API_KEYS
2026-03-23 22:13:44 +08:00
..
meta
feat(panda): add release group for PandaPT
2026-03-09 20:21:18 +13:00
__init__.py
…
cache.py
feat(cache): 同步/异步函数可共享缓存
2026-02-10 18:46:49 +08:00
config.py
add TAVILY_API_KEYS
2026-03-23 22:13:44 +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
fix:统一调整文件类型支持
2026-01-21 17:59:18 +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