refactor: update project references from 'dacrab' to 'yuaotian'

- Changed module path in go.mod and updated all relevant URLs in README, CHANGELOG, and installation scripts to reflect the new GitHub repository.
- Updated import paths in the main.go file to align with the new module name.
- Adjusted API calls in installation scripts to fetch the latest release from the new repository location.
This commit is contained in:
煎饼果子卷鲨鱼辣椒
2024-12-30 19:43:59 +08:00
parent 397e9d950e
commit df71df76e2
6 changed files with 19 additions and 19 deletions

View File

@@ -98,7 +98,7 @@ function Install-CursorModifier {
# Get latest release
try {
$latestRelease = Invoke-RestMethod -Uri "https://api.github.com/repos/dacrab/go-cursor-help/releases/latest"
$latestRelease = Invoke-RestMethod -Uri "https://api.github.com/repos/yuaotian/go-cursor-help/releases/latest"
Write-Host "Found latest release: $($latestRelease.tag_name)" -ForegroundColor Cyan
# Look for Windows binary with our architecture