feat: support native Windows login browser

This commit is contained in:
Rixuan Shao
2026-08-24 15:29:04 +08:00
parent f2f4237f18
commit 63443fda67
10 changed files with 214 additions and 26 deletions
+5 -2
View File
@@ -128,10 +128,13 @@ pip install -r requirements-web.txt
# 3. 安装 Playwright 浏览器
playwright install chromium
# 4. 启动 Web 服务
# 4. 启动 Windows 本地登录浏览器(另开一个 PowerShell)
.\scripts\start_login_desktop.ps1
# 5. 启动 Web 服务(再开一个终端)
python main.py --web
# 5. 访问 http://localhost:8787
# 6. 访问 http://localhost:8787
```
</details>