mirror of
https://github.com/yuaotian/go-cursor-help.git
synced 2025-06-08 04:22:06 +08:00
Update cursor ID modifier scripts to correct public account name and adjust formatting
- Changed the public account name from "煎饼果子AI" to "煎饼果子卷AI" in both macOS and Windows ID modifier scripts for consistency. - Adjusted spacing in the display message for "Cursor ID 修改工具" to improve visual alignment in both scripts. - Ensured consistent user experience across different platforms by maintaining similar formatting in the output messages.
This commit is contained in:
parent
25e8b6a28e
commit
d0415ff710
@ -200,7 +200,7 @@ show_file_tree() {
|
||||
show_follow_info() {
|
||||
echo
|
||||
echo -e "${GREEN}================================${NC}"
|
||||
echo -e "${YELLOW} 关注公众号【煎饼果子AI】一起交流更多Cursor技巧和AI知识 ${NC}"
|
||||
echo -e "${YELLOW} 关注公众号【煎饼果子卷AI】一起交流更多Cursor技巧和AI知识 ${NC}"
|
||||
echo -e "${GREEN}================================${NC}"
|
||||
echo
|
||||
}
|
||||
@ -218,7 +218,7 @@ main() {
|
||||
╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝ ╚═════╝ ╚═╝ ╚═╝
|
||||
"
|
||||
echo -e "${BLUE}================================${NC}"
|
||||
echo -e "${GREEN} Cursor ID 修改工具${NC}"
|
||||
echo -e "${GREEN} Cursor ID 修改工具 ${NC}"
|
||||
echo -e "${BLUE}================================${NC}"
|
||||
echo
|
||||
|
||||
|
@ -40,7 +40,7 @@ Write-Host @"
|
||||
|
||||
"@
|
||||
Write-Host "$BLUE================================$NC"
|
||||
Write-Host "$GREEN Cursor ID 修改工具$NC"
|
||||
Write-Host "$GREEN Cursor ID 修改工具 $NC"
|
||||
Write-Host "$BLUE================================$NC"
|
||||
Write-Host ""
|
||||
|
||||
@ -146,7 +146,7 @@ Write-Host "$BLUE[调试]$NC sqmId: $SQM_ID"
|
||||
# 显示公众号信息
|
||||
Write-Host ""
|
||||
Write-Host "$GREEN================================$NC"
|
||||
Write-Host "$YELLOW 关注公众号【煎饼果子AI】一起交流更多Cursor技巧和AI知识 $NC"
|
||||
Write-Host "$YELLOW 关注公众号【煎饼果子卷AI】一起交流更多Cursor技巧和AI知识 $NC"
|
||||
Write-Host "$GREEN================================$NC"
|
||||
Write-Host ""
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user