Skip to content

Commit

Permalink
Update cursor ID modifier scripts to correct public account name and …
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
yuaotian committed Jan 8, 2025
1 parent 25e8b6a commit d0415ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/run/cursor_mac_id_modifier.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand All @@ -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

Expand Down
4 changes: 2 additions & 2 deletions scripts/run/cursor_win_id_modifier.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""

Expand Down Expand Up @@ -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 ""

Expand Down

0 comments on commit d0415ff

Please sign in to comment.