diff --git a/README.md b/README.md index 7e2f9f3..40ae2fa 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ > ⚠️ **IMPORTANT NOTICE** > > This tool currently supports: -> - ✅ Windows: Latest 0.47.x versions (Supported) -> - ✅ Mac/Linux: Latest 0.47.x versions (Supported, feedback welcome) +> - ✅ Windows: Latest 0.49.x versions (Supported) +> - ✅ Mac/Linux: Latest 0.49.x versions (Supported, feedback welcome) > > Please check your Cursor version before using this tool. diff --git a/README_CN.md b/README_CN.md index b08cde0..310307b 100644 --- a/README_CN.md +++ b/README_CN.md @@ -15,8 +15,8 @@ > ⚠️ **重要提示** > > 本工具当前支持版本: -> - ✅ Windows: 最新的 0.47.x 版本(已支持) -> - ✅ Mac/Linux: 最新的 0.47.x 版本(已支持,欢迎测试并反馈问题) +> - ✅ Windows: 最新的 0.49.x 版本(已支持) +> - ✅ Mac/Linux: 最新的 0.49.x 版本(已支持,欢迎测试并反馈问题) > 使用前请确认您的 Cursor 版本。 diff --git a/README_JP.md b/README_JP.md index 74fde14..f2328bc 100644 --- a/README_JP.md +++ b/README_JP.md @@ -15,8 +15,8 @@ > ⚠️ **重要なお知らせ** > > このツールは現在以下のバージョンをサポートしています: -> - ✅ Windows: 最新の0.47.xバージョン(サポート済み) -> - ✅ Mac/Linux: 最新の0.47.xバージョン(サポート済み、フィードバック歓迎) +> - ✅ Windows: 最新の0.49.xバージョン(サポート済み) +> - ✅ Mac/Linux: 最新の0.49.xバージョン(サポート済み、フィードバック歓迎) > > このツールを使用する前に、Cursorのバージョンを確認してください。 diff --git a/scripts/run/cursor_mac_id_modifier.sh b/scripts/run/cursor_mac_id_modifier.sh index 5ef9d74..a531714 100644 --- a/scripts/run/cursor_mac_id_modifier.sh +++ b/scripts/run/cursor_mac_id_modifier.sh @@ -4,11 +4,11 @@ set -e # 定义日志文件路径 -LOG_FILE="/tmp/cursor_mac_id_modifier.log" +LOG_FILE="/tmp/cursor_free_trial_reset.log" # 初始化日志文件 initialize_log() { - echo "========== Cursor ID 修改工具日志开始 $(date) ==========" > "$LOG_FILE" + echo "========== Cursor Free Trial Reset Tool Log Start $(date) ==========" > "$LOG_FILE" chmod 644 "$LOG_FILE" } diff --git a/scripts/run/cursor_win_id_modifier.ps1 b/scripts/run/cursor_win_id_modifier.ps1 index 7e3fdc7..ba5fc3d 100644 --- a/scripts/run/cursor_win_id_modifier.ps1 +++ b/scripts/run/cursor_win_id_modifier.ps1 @@ -85,7 +85,7 @@ function Get-CursorVersion { $cursorVersion = Get-CursorVersion Write-Host "" -Write-Host "$YELLOW[重要提示]$NC 最新的 0.47.x (以支持)" +Write-Host "$YELLOW[重要提示]$NC 最新的 0.49.x (以支持)" Write-Host "" # 检查并关闭 Cursor 进程