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
77e680168a6b24f50c7e4427d93212630ba08c8f
MoviePilot
/
app
History
jxxghp
77e680168a
Merge pull request
#5452
from 0honus0/v2
2026-02-02 17:22:00 +08:00
..
agent
fix: 补充几处season的判空
2026-02-02 15:01:12 +08:00
api
fix: 补充几处season的判空
2026-02-02 15:01:12 +08:00
chain
fix: 补充几处season的判空
2026-02-02 15:01:12 +08:00
core
refactor: 统一将布尔判断
if var:
和
if not var:
更改为显式的
if var is not None:
和
if var is None:
以正确处理
None
值。
2026-02-02 13:49:32 +08:00
db
fix: 统一了数据库查询中 season 参数的非空判断逻辑,以正确处理 season=0 的情况。
2026-02-02 14:23:51 +08:00
helper
根据意见增加尾部逗号
2026-02-02 07:00:57 +00:00
modules
Merge pull request
#5451
from cddjr/fix_specials_season
2026-02-02 17:21:29 +08:00
plugins
…
schemas
…
startup
feat: 为工具管理器添加参数类型规范化处理,并基于渠道能力动态生成提示词中的格式要求
2026-01-15 20:55:35 +08:00
utils
…
workflow
…
__init__.py
…
command.py
…
factory.py
…
log.py
…
main.py
…
monitor.py
…
scheduler.py
…