feat:可接受 screen seg来读屏幕

This commit is contained in:
SengokuCola
2025-07-15 20:29:06 +08:00
parent 5148901f05
commit 7d448c5fdc
9 changed files with 177 additions and 8 deletions

View File

@@ -75,7 +75,6 @@ class SuperChatManager:
"""定期清理过期的SuperChat"""
while True:
try:
current_time = time.time()
total_removed = 0
for chat_id in list(self.super_chats.keys()):