mirror of
https://github.com/yuaotian/go-cursor-help.git
synced 2025-06-08 04:22:06 +08:00
refactor: Streamline Cursor app modification script workflow
- Removed unnecessary function calls in main script execution - Simplified post-configuration process by focusing on essential registry updates - Removed redundant file tree display after configuration changes
This commit is contained in:
parent
73773be6d8
commit
19f4beec47
@ -468,10 +468,8 @@ try {
|
|||||||
Write-Host "$GREEN[信息]$NC 保持默认设置,不进行更改"
|
Write-Host "$GREEN[信息]$NC 保持默认设置,不进行更改"
|
||||||
}
|
}
|
||||||
|
|
||||||
# 在主要配置修改后添加注册表修改
|
# 保留有效的注册表更新
|
||||||
Generate-NewConfig
|
|
||||||
Update-MachineGuid
|
Update-MachineGuid
|
||||||
Show-FileTree
|
|
||||||
|
|
||||||
} catch {
|
} catch {
|
||||||
Write-Host "$RED[错误]$NC 主要操作失败: $_"
|
Write-Host "$RED[错误]$NC 主要操作失败: $_"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user