feat: gate media downloads by group and retry douyu checks

This commit is contained in:
liuwei
2026-04-13 15:53:34 +08:00
parent d581b9650e
commit 7df4bd216f
4 changed files with 117 additions and 26 deletions

View File

@@ -32,6 +32,7 @@ class Feature(Enum):
EPIC = 4, "📊 EPIC自动播报 [每周五自动发送]" # 新增的功能
DAILY_SUMMARY = 5, "🕤 每日群发言总结 [每日9:30定时发送]"
GROUP_MEMBER_CHANGE = 6, "👥 群成员变更监控 [自动监控群成员变动并发送通知]"
MEDIA_DOWNLOAD = 7, "🖼️ 图片表情下载 [控制群图片/表情媒资自动下载]"
# DAILY_SUMMARY = 3, "🕤 每日群发言总结 [每日9:30定时发送]"
# AI_CAPABILITY = 4, "🤖 AI对话 [ai, 聊天, AI] 用法ai 如何写一个机器人?"