Skip to content

Commit 4365cd3

Browse files
committed
Refactor README.md and remove outdated Windows batch script
- Updated README.md to replace references to the Windows reset script from a .bat file to a .ps1 file for improved compatibility with PowerShell. - Removed the obsolete cursor_win_id_modifier.bat script to streamline the project and eliminate redundancy. - Ensured clarity in installation instructions for domestic users by maintaining consistent formatting and updated download commands.
1 parent 90e18cd commit 4365cd3

File tree

3 files changed

+180
-229
lines changed

3 files changed

+180
-229
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,10 @@ irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/ins
7373
```
7474
**国内用户快速安装**
7575
```powershell
76-
# 下载重置脚本
77-
curl -o "%TEMP%\cursor_reset.bat" "https://gh-proxy.com/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.bat"
7876
79-
# 执行重置脚本
80-
start "" "%TEMP%\cursor_reset.bat"
77+
curl -o "%TEMP%\cursor_reset.bat" "https://gh-proxy.com/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 "
78+
79+
8180
```
8281

8382
#### Windows Installation Features:
@@ -225,7 +224,7 @@ irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/ins
225224
**国内用户快速安装**
226225
```powershell
227226
# 下载重置脚本
228-
curl -o "%TEMP%\cursor_reset.bat" "https://gh-proxy.com/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.bat"
227+
curl -o "%TEMP%\cursor_reset.bat" "https://gh-proxy.com/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 "
229228
230229
# 执行重置脚本
231230
start "" "%TEMP%\cursor_reset.bat"

scripts/run/cursor_win_id_modifier.bat

Lines changed: 0 additions & 224 deletions
This file was deleted.

0 commit comments

Comments
 (0)