Skip to content

Commit d0415ff

Browse files
committed
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.
1 parent 25e8b6a commit d0415ff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

scripts/run/cursor_mac_id_modifier.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ show_file_tree() {
200200
show_follow_info() {
201201
echo
202202
echo -e "${GREEN}================================${NC}"
203-
echo -e "${YELLOW} 关注公众号【煎饼果子AI】一起交流更多Cursor技巧和AI知识 ${NC}"
203+
echo -e "${YELLOW} 关注公众号【煎饼果子卷AI】一起交流更多Cursor技巧和AI知识 ${NC}"
204204
echo -e "${GREEN}================================${NC}"
205205
echo
206206
}
@@ -218,7 +218,7 @@ main() {
218218
╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝ ╚═════╝ ╚═╝ ╚═╝
219219
"
220220
echo -e "${BLUE}================================${NC}"
221-
echo -e "${GREEN} Cursor ID 修改工具${NC}"
221+
echo -e "${GREEN} Cursor ID 修改工具 ${NC}"
222222
echo -e "${BLUE}================================${NC}"
223223
echo
224224

scripts/run/cursor_win_id_modifier.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Write-Host @"
4040
4141
"@
4242
Write-Host "$BLUE================================$NC"
43-
Write-Host "$GREEN Cursor ID 修改工具$NC"
43+
Write-Host "$GREEN Cursor ID 修改工具 $NC"
4444
Write-Host "$BLUE================================$NC"
4545
Write-Host ""
4646

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

0 commit comments

Comments
 (0)