hotfix: Optimize Verification Code Handling and Timing Configuration

- Refactor verification code retrieval with dynamic wait time generation
- Use `get_random_wait_time()` for more flexible retry intervals
- Update version to 1.7.04 across project files
- Minor improvements to timing and retry logic in signup process
This commit is contained in:
yeongpin
2025-03-10 13:27:41 +08:00
parent ffd48201fd
commit 41ddbf519e
4 changed files with 9 additions and 6 deletions

4
.env
View File

@@ -1,2 +1,2 @@
version=1.7.03
VERSION=1.7.03
version=1.7.04
VERSION=1.7.04