Browse Source

更新 README 文件以反映最新的 Cursor 版本支持信息,从 0.47.x 更新至 0.49.x,确保文档的准确性和最新性。同时,更新了日志文件名称和内容,以更好地描述工具的功能。此更改旨在提升用户体验和文档的实用性。

pull/483/head
煎饼果子卷鲨鱼辣椒 2 months ago
parent
commit
33cd677188
  1. 4
      README.md
  2. 4
      README_CN.md
  3. 4
      README_JP.md
  4. 4
      scripts/run/cursor_mac_id_modifier.sh
  5. 2
      scripts/run/cursor_win_id_modifier.ps1

4
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.

4
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 版本。

4
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のバージョンを確認してください。

4
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"
}

2
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 进程

Loading…
Cancel
Save