feat(subscribe): 新增订阅总集数刷新与完成检查链式事件 (#5860)

This commit is contained in:
InfinityPacer
2026-05-30 08:26:47 +08:00
committed by GitHub
parent f4ca4120bc
commit 69a064e986
3 changed files with 148 additions and 4 deletions
+4
View File
@@ -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字典