mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
feat(subscribe): 新增订阅总集数刷新与完成检查链式事件 (#5860)
This commit is contained in:
@@ -179,6 +179,10 @@ class ChainEventType(Enum):
|
||||
StorageOperSelection = "storage.operation"
|
||||
# Agent LLM 供应商选择
|
||||
AgentLLMProvider = "agent.llm.provider"
|
||||
# 订阅总集数刷新
|
||||
SubscribeEpisodesRefresh = "subscribe.episodes.refresh"
|
||||
# 订阅完成检查
|
||||
SubscribeCompletionCheck = "subscribe.completion.check"
|
||||
|
||||
|
||||
# 系统配置Key字典
|
||||
|
||||
Reference in New Issue
Block a user