Update README.md to reflect support for the latest 0.48.x version and add new configuration options for checking updates and displaying account information.

This commit is contained in:
yeongpin 2025-03-29 22:30:59 +08:00
parent 4448a62458
commit d7ab362c4c

View File

@ -13,7 +13,7 @@
[![Download](https://img.shields.io/github/downloads/yeongpin/cursor-free-vip/total?style=flat-square&logo=github&color=52c41a1)](https://github.com/yeongpin/cursor-free-vip/releases/latest) [![Download](https://img.shields.io/github/downloads/yeongpin/cursor-free-vip/total?style=flat-square&logo=github&color=52c41a1)](https://github.com/yeongpin/cursor-free-vip/releases/latest)
</p> </p>
<h4>Support Latest 0.47.x Version | 支持最新 0.47.x 版本</h4> <h4>Support Latest 0.48.x Version | 支持最新 0.48.x 版本</h4>
This tool register accounts with custom emails, support Google and GitHub account registrations, temporary GitHub account registration, kills all Cursor's running processes,reset and wipe Cursor data and hardware info. This tool register accounts with custom emails, support Google and GitHub account registrations, temporary GitHub account registration, kills all Cursor's running processes,reset and wipe Cursor data and hardware info.
@ -159,6 +159,12 @@ failed_retry_time = 0.5-1
retry_interval = 8-12 retry_interval = 8-12
# Max Timeout | 最大超時時間 # Max Timeout | 最大超時時間
max_timeout = 160 max_timeout = 160
[Utils]
# Check Update | 檢查更新
check_update = True
# Show Account Info | 顯示賬號信息
show_account_info = True
``` ```
</details> </details>