mirror of
https://github.com/yuaotian/go-cursor-help.git
synced 2026-03-07 22:33:39 +00:00
更新 README 文件以反映最新的 Cursor 版本支持信息,从 0.47.x 更新至 0.49.x,确保文档的准确性和最新性。同时,更新了日志文件名称和内容,以更好地描述工具的功能。此更改旨在提升用户体验和文档的实用性。
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
@@ -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 进程
|
||||
|
||||
Reference in New Issue
Block a user