mirror of
https://github.com/yuaotian/go-cursor-help.git
synced 2025-06-08 04:22:06 +08:00
Refactor cursor ID modifier scripts to improve output formatting and consistency
- Moved the display of public account information to the end of the output in the macOS script for better user experience. - Adjusted the placement of public account information in the Windows script to enhance visibility and maintain consistency across platforms. - Ensured that the message prompting users to restart Cursor is clearly presented in both scripts.
This commit is contained in:
parent
9495ba7f71
commit
4b90d906ba
@ -236,8 +236,8 @@ main() {
|
||||
|
||||
echo
|
||||
log_info "操作完成!"
|
||||
show_follow_info
|
||||
show_file_tree
|
||||
show_follow_info
|
||||
log_info "请重启 Cursor 以应用新的配置"
|
||||
echo
|
||||
}
|
||||
|
@ -160,12 +160,7 @@ Write-Host "$BLUE[调试]$NC macMachineId: $MAC_MACHINE_ID"
|
||||
Write-Host "$BLUE[调试]$NC devDeviceId: $UUID"
|
||||
Write-Host "$BLUE[调试]$NC sqmId: $SQM_ID"
|
||||
|
||||
# 显示公众号信息
|
||||
Write-Host ""
|
||||
Write-Host "$GREEN================================$NC"
|
||||
Write-Host "$YELLOW 关注公众号【煎饼果子卷AI】一起交流更多Cursor技巧和AI知识 $NC"
|
||||
Write-Host "$GREEN================================$NC"
|
||||
Write-Host ""
|
||||
|
||||
|
||||
# 显示文件树结构
|
||||
Write-Host ""
|
||||
@ -185,7 +180,12 @@ if ($backupFiles) {
|
||||
Write-Host "│ └── (空)"
|
||||
}
|
||||
Write-Host ""
|
||||
|
||||
# 显示公众号信息
|
||||
Write-Host ""
|
||||
Write-Host "$GREEN================================$NC"
|
||||
Write-Host "$YELLOW 关注公众号【煎饼果子卷AI】一起交流更多Cursor技巧和AI知识 $NC"
|
||||
Write-Host "$GREEN================================$NC"
|
||||
Write-Host ""
|
||||
Write-Host "$GREEN[信息]$NC 请重启 Cursor 以应用新的配置"
|
||||
Write-Host ""
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user