From d7ab362c4c7e2128dc3f7a918bb6377d7f664218 Mon Sep 17 00:00:00 2001 From: yeongpin Date: Sat, 29 Mar 2025 22:30:59 +0800 Subject: [PATCH] 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. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a4cf27..fc954d5 100644 --- a/README.md +++ b/README.md @@ -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)

-

Support Latest 0.47.x Version | 支持最新 0.47.x 版本

+

Support Latest 0.48.x Version | 支持最新 0.48.x 版本

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 # Max Timeout | 最大超時時間 max_timeout = 160 + +[Utils] +# Check Update | 檢查更新 +check_update = True +# Show Account Info | 顯示賬號信息 +show_account_info = True ```