feat: 远程浏览器功能 - Web面板内嵌操作滑块验证

- 新增 remote_browser.py: CDP screencast截图流 + 鼠标/键盘事件转发
- Flask-SocketIO 实时通信
- 短信登录时弹出远程浏览器窗口,用户直接在Web页面拖滑块
- 自动检测登录成功并保存auth状态
This commit is contained in:
2026-04-01 13:56:27 +08:00
parent 2ebdaec965
commit 8b64d7e69e
6 changed files with 511 additions and 44 deletions

View File

@@ -1,4 +1,5 @@
flask>=3.0
flask-socketio>=5.3
playwright==1.52.0
playwright-stealth>=1.0
pyyaml>=6.0