mirror of
https://github.com/yeongpin/cursor-free-vip.git
synced 2025-10-12 20:40:26 +08:00
hotfix: Improve Signup Flow and Timing Configuration
- Add comprehensive timing configuration for signup process - Refactor random wait time generation with more flexible config options - Update form filling and verification code handling with configurable wait times - Enhance localization support for new timing-related messages - Update version to 1.7.03 across project files
This commit is contained in:
@@ -160,7 +160,7 @@ class CursorRegistration:
|
||||
if usage_ele:
|
||||
total_usage = usage_ele.text.split("/")[-1].strip()
|
||||
|
||||
print(f"Total Usage: {total_usage}\n")
|
||||
print(f"{Fore.CYAN}{EMOJI['INFO']} {self.translator.get('register.total_usage', usage=total_usage)}{Style.RESET_ALL}")
|
||||
print(f"{Fore.CYAN}{EMOJI['WAIT']} {self.translator.get('register.get_token')}...{Style.RESET_ALL}")
|
||||
max_attempts = 30
|
||||
retry_interval = 2
|
||||
|
Reference in New Issue
Block a user