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-05-04 19:33:26 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d93ab0143c48fc16a6ab1e0610dad109266cc93f
MoviePilot
/
app
/
api
/
endpoints
History
jxxghp
96395c1469
feat: 增强插件静态文件API安全性
2026-03-14 21:12:54 +08:00
..
__init__.py
…
bangumi.py
…
dashboard.py
Revert "Merge pull request
#5573
from wikrin/refactor-static-methods-conversion"
2026-03-14 18:21:31 +08:00
discover.py
…
douban.py
…
download.py
…
history.py
fix: 历史记录删除源文件后,不在订阅的文件列表中显示
2026-01-26 21:47:26 +08:00
login.py
…
mcp.py
…
media.py
…
mediaserver.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
message.py
feat(wechat): add WeChatBot class for intelligent bot integration and enhance WechatModule to support bot mode
2026-03-14 16:17:39 +08:00
mfa.py
…
plugin.py
feat: 增强插件静态文件API安全性
2026-03-14 21:12:54 +08:00
recommend.py
…
search.py
…
site.py
…
storage.py
…
subscribe.py
…
system.py
Revert "Merge pull request
#5573
from wikrin/refactor-static-methods-conversion"
2026-03-14 18:21:31 +08:00
tmdb.py
…
torrent.py
…
transfer.py
…
user.py
…
webhook.py
更新 webhook.py
2025-08-02 15:57:08 +08:00
workflow.py
fix pydantic
2025-11-01 09:51:23 +08:00