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

This commit is contained in:
煎饼果子卷鲨鱼辣椒 2025-04-22 11:39:05 +08:00
parent f6aba31832
commit 33cd677188
5 changed files with 9 additions and 9 deletions

View File

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

View File

@ -15,8 +15,8 @@
> ⚠️ **重要提示**
>
> 本工具当前支持版本:
> - ✅ Windows: 最新的 0.47.x 版本(已支持)
> - ✅ Mac/Linux: 最新的 0.47.x 版本(已支持,欢迎测试并反馈问题)
> - ✅ Windows: 最新的 0.49.x 版本(已支持)
> - ✅ Mac/Linux: 最新的 0.49.x 版本(已支持,欢迎测试并反馈问题)
> 使用前请确认您的 Cursor 版本。

View File

@ -15,8 +15,8 @@
> ⚠️ **重要なお知らせ**
>
> このツールは現在以下のバージョンをサポートしています:
> - ✅ Windows: 最新の0.47.xバージョンサポート済み
> - ✅ Mac/Linux: 最新の0.47.xバージョンサポート済み、フィードバック歓迎
> - ✅ Windows: 最新の0.49.xバージョンサポート済み
> - ✅ Mac/Linux: 最新の0.49.xバージョンサポート済み、フィードバック歓迎
>
> このツールを使用する前に、Cursorのバージョンを確認してください。

View File

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

View File

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