feat(all): 同步最新进度

This commit is contained in:
xingc
2025-04-03 17:21:29 +08:00
parent d6098c8b87
commit 70e0e5b034
24 changed files with 806 additions and 184 deletions

View File

@@ -27,3 +27,8 @@ class SearchCardRetry(ScraperError):
class WechatApiError(CardBookException):
"""微信开放服务调用api错误"""
pass
class WebsocketTooManyRequests(CardBookException):
"""websocket请求太多"""
pass