feat: linbot

restruct the project
This commit is contained in:
2026-03-10 10:15:22 +08:00
parent 00c76bec37
commit c0edc06ab1
11 changed files with 748 additions and 241 deletions

View File

@@ -0,0 +1,4 @@
import threading
captcha_answer: str | None = None
captcha_event: threading.Event | None = None