11 Commits

Author SHA1 Message Date
cheng zhen
2219e9c1d1 fix: 修复bug 2025-02-02 11:58:37 +08:00
Mjj
3a87a357a9 Update browser_utils.py
解决人机验证问题
2025-02-01 15:44:18 +08:00
decker
23c097a9ef feat: 支持linux; 支持配置代理 2025-01-12 11:48:34 +08:00
cheng zhen
5ba4d9cbca feat: 开启无头浏览器 2025-01-10 19:34:37 +08:00
cheng zhen
331b55516b feat: 增加自定义域名的支持 2025-01-10 19:33:45 +08:00
chengchongzhen
331ebe035a fix: enable headless mode in BrowserManager for production environment 2024-12-31 09:55:18 +08:00
cheng zhen
ae4ade33e2 feat: 优化代码 2024-12-31 07:42:13 +08:00
cheng zhen
1c7e9ac79a feat: 启用无头浏览器 2024-12-29 18:19:18 +08:00
cheng zhen
615f406b8e feat: 生产环境用无头浏览器 2024-12-29 12:54:11 +08:00
cheng zhen
bd45b1f1a6 feat: 设置无头浏览器 2024-12-28 22:05:09 +08:00
cheng zhen
1757e5ed2f Add browser management and email verification functionality
- Introduced `BrowserManager` class in `browser_utils.py` for streamlined browser initialization and configuration.
- Added `EmailVerificationHandler` class in `get_veri_code.py` to handle email verification code retrieval.
- Updated `cursor_pro_keep_alive.py` to utilize the new browser and email handling classes, improving code organization and readability.
- Modified `config.ini` to update the email address for account configuration.
- Removed obsolete `log.txt` file to clean up the project structure.
- Added unit tests for email verification functionality in `test/get_veri_code_test.py`.
2024-12-28 21:56:48 +08:00