feat(backend): replace Selenium with Playwright

BREAKING CHANGE: backend now requires Python 3.12 or newer.
This commit is contained in:
2026-05-04 21:20:30 +08:00
parent fa07b340e7
commit d811c20932
15 changed files with 451 additions and 1570 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ async def cancel_qrcode_session(session_id: str):
- **session_id**: 会话 ID
用于用户关闭二维码对话框时,终止后台的 Selenium 进程
用于用户关闭二维码对话框时,终止后台的 Playwright 进程
"""
try:
result = AuthService.cancel_qrcode_session(session_id)