修复Cursor脚本中的输出格式问题,优化了安全提示信息的可读性,提升了用户在执行机器码配置修改时的体验。同时,调整了启动Cursor生成配置文件的注释格式,确保信息更加清晰易懂。

This commit is contained in:
煎饼果子卷鲨鱼辣椒 2025-07-02 15:39:39 +08:00
parent a530e42de6
commit c5c4b62612
2 changed files with 1567 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@ -699,7 +699,7 @@ function Modify-MachineCodeConfig {
} }
# 🚀 启动Cursor生成配置文件 # 启动Cursor生成配置文件
function Start-CursorToGenerateConfig { function Start-CursorToGenerateConfig {
Write-Host "$BLUE🚀 [启动]$NC 正在尝试启动Cursor生成配置文件..." Write-Host "$BLUE🚀 [启动]$NC 正在尝试启动Cursor生成配置文件..."