Browse Source

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.
pull/122/head v0.0.40
煎饼果子卷鲨鱼辣椒 5 months ago
parent
commit
d0415ff710
  1. 2
      scripts/run/cursor_mac_id_modifier.sh
  2. 2
      scripts/run/cursor_win_id_modifier.ps1

2
scripts/run/cursor_mac_id_modifier.sh

@ -200,7 +200,7 @@ show_file_tree() {
show_follow_info() { show_follow_info() {
echo echo
echo -e "${GREEN}================================${NC}" echo -e "${GREEN}================================${NC}"
echo -e "${YELLOW} 关注公众号【煎饼果子AI】一起交流更多Cursor技巧和AI知识 ${NC}"
echo -e "${YELLOW} 关注公众号【煎饼果子AI】一起交流更多Cursor技巧和AI知识 ${NC}"
echo -e "${GREEN}================================${NC}" echo -e "${GREEN}================================${NC}"
echo echo
} }

2
scripts/run/cursor_win_id_modifier.ps1

@ -146,7 +146,7 @@ Write-Host "$BLUE[调试]$NC sqmId: $SQM_ID"
# 显示公众号信息 # 显示公众号信息
Write-Host "" Write-Host ""
Write-Host "$GREEN================================$NC" Write-Host "$GREEN================================$NC"
Write-Host "$YELLOW 关注公众号【煎饼果子AI】一起交流更多Cursor技巧和AI知识 $NC"
Write-Host "$YELLOW 关注公众号【煎饼果子AI】一起交流更多Cursor技巧和AI知识 $NC"
Write-Host "$GREEN================================$NC" Write-Host "$GREEN================================$NC"
Write-Host "" Write-Host ""

Loading…
Cancel
Save