更新 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

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