From 33cd6771880737acbcff0089c21c9b1f396e679f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=85=8E=E9=A5=BC=E6=9E=9C=E5=AD=90=E5=8D=B7=E9=B2=A8?= =?UTF-8?q?=E9=B1=BC=E8=BE=A3=E6=A4=92?= Date: Tue, 22 Apr 2025 11:39:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=BB=A5=E5=8F=8D=E6=98=A0=E6=9C=80=E6=96=B0=E7=9A=84?= =?UTF-8?q?=20Cursor=20=E7=89=88=E6=9C=AC=E6=94=AF=E6=8C=81=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=EF=BC=8C=E4=BB=8E=200.47.x=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E8=87=B3=200.49.x=EF=BC=8C=E7=A1=AE=E4=BF=9D=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E7=9A=84=E5=87=86=E7=A1=AE=E6=80=A7=E5=92=8C=E6=9C=80=E6=96=B0?= =?UTF-8?q?=E6=80=A7=E3=80=82=E5=90=8C=E6=97=B6=EF=BC=8C=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E4=BA=86=E6=97=A5=E5=BF=97=E6=96=87=E4=BB=B6=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E5=92=8C=E5=86=85=E5=AE=B9=EF=BC=8C=E4=BB=A5=E6=9B=B4=E5=A5=BD?= =?UTF-8?q?=E5=9C=B0=E6=8F=8F=E8=BF=B0=E5=B7=A5=E5=85=B7=E7=9A=84=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E3=80=82=E6=AD=A4=E6=9B=B4=E6=94=B9=E6=97=A8=E5=9C=A8?= =?UTF-8?q?=E6=8F=90=E5=8D=87=E7=94=A8=E6=88=B7=E4=BD=93=E9=AA=8C=E5=92=8C?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E7=9A=84=E5=AE=9E=E7=94=A8=E6=80=A7=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- README_CN.md | 4 ++-- README_JP.md | 4 ++-- scripts/run/cursor_mac_id_modifier.sh | 4 ++-- scripts/run/cursor_win_id_modifier.ps1 | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) 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 进程