forked from mirrors/cursor-free-vip
feat: Implement Configuration Management and Enhance Browser Setup
- Add `setup_config` function to manage configuration file across platforms - Extract configuration-related code from `setup_driver` into a separate function - Implement dynamic Chrome path detection for Windows, macOS, and Linux - Add configurable Turnstile verification settings - Update README.md with configuration file details - Enhance localization support for configuration-related messages - Improve code maintainability and platform compatibility
This commit is contained in:
@@ -117,7 +117,12 @@
|
||||
"first_name": "名字",
|
||||
"last_name": "姓氏",
|
||||
"exit_signal": "退出信號",
|
||||
"email_address": "郵箱地址"
|
||||
"email_address": "郵箱地址",
|
||||
"config_created": "配置已創建",
|
||||
"verification_failed": "驗證失敗",
|
||||
"verification_error": "驗證錯誤: {error}",
|
||||
"config_option_added": "配置項已添加: {option}",
|
||||
"config_updated": "配置已更新"
|
||||
},
|
||||
"auth": {
|
||||
"title": "Cursor 認證管理器",
|
||||
|
||||
Reference in New Issue
Block a user