mirror of
https://github.com/yuaotian/go-cursor-help.git
synced 2025-06-08 04:22:06 +08:00
支持版本更新
This commit is contained in:
parent
4f8f988518
commit
7b0e701422
@ -15,7 +15,7 @@
|
||||
> ⚠️ **IMPORTANT NOTICE**
|
||||
>
|
||||
> This tool currently supports:
|
||||
> - ✅ Cursor v0.44.11 and below
|
||||
> - ✅ Cursor v0.45.x and below
|
||||
> - ✅ Windows: Latest 0.47.x versions (Supported)
|
||||
> - ✅ Mac/Linux: Latest 0.47.x versions (Supported, feedback welcome)
|
||||
>
|
||||
@ -28,7 +28,7 @@
|
||||
|
||||
### 🌟 Latest Versions
|
||||
- v0.45.11 (2025-02-07) - Latest Release
|
||||
- v0.44.11 (2025-01-03) - Most Stable Release
|
||||
- v0.45.x (2025-01-03) - Most Stable Release
|
||||
|
||||
[View Full Version History](CursorHistoryDown.md)
|
||||
|
||||
@ -36,7 +36,7 @@
|
||||
|
||||
### 📥 Direct Download Links
|
||||
|
||||
**v0.44.11 (Recommended Stable Version)**
|
||||
**v0.45.x (Recommended Stable Version)**
|
||||
- Windows: [Official](https://downloader.cursor.sh/builds/250103fqxdt5u9z/windows/nsis/x64) | [Mirror](https://download.todesktop.com/230313mzl4w4u92/Cursor%20Setup%200.44.11%20-%20Build%20250103fqxdt5u9z-x64.exe)
|
||||
- Mac: [Apple Silicon](https://dl.todesktop.com/230313mzl4w4u92/versions/0.44.11/mac/zip/arm64)
|
||||
|
||||
@ -50,7 +50,7 @@
|
||||
> - This modification may temporarily affect network connectivity
|
||||
> - You can skip this step when prompted during execution
|
||||
>
|
||||
> 💾 **Download Cursor v0.44.11**
|
||||
> 💾 **Download Cursor v0.45.x**
|
||||
>
|
||||
> Windows:
|
||||
> - [Download from Cursor Official](https://downloader.cursor.sh/builds/250103fqxdt5u9z/windows/nsis/x64)
|
||||
|
@ -15,7 +15,7 @@
|
||||
> ⚠️ **重要提示**
|
||||
>
|
||||
> 本工具当前支持版本:
|
||||
> - ✅ Cursor v0.44.11 及以下版本
|
||||
> - ✅ Cursor v0.45.x 及以下版本
|
||||
> - ✅ Windows: 最新的 0.47.x 版本(已支持)
|
||||
> - ✅ Mac/Linux: 最新的 0.47.x 版本(已支持,欢迎测试并反馈问题)
|
||||
>
|
||||
@ -28,7 +28,7 @@
|
||||
|
||||
### 🌟 最新版本
|
||||
- v0.45.11 (2025-02-07) - 最新发布
|
||||
- v0.44.11 (2025-01-03) - 最稳定版本
|
||||
- v0.45.x (2025-01-03) - 最稳定版本
|
||||
|
||||
[查看完整版本历史](CursorHistoryDown.md)
|
||||
|
||||
@ -36,7 +36,7 @@
|
||||
|
||||
### 📥 直接下载链接
|
||||
|
||||
**v0.44.11 (推荐稳定版)**
|
||||
**v0.45.x (推荐稳定版)**
|
||||
- Windows: [官方下载](https://downloader.cursor.sh/builds/250103fqxdt5u9z/windows/nsis/x64) | [镜像下载](https://download.todesktop.com/230313mzl4w4u92/Cursor%20Setup%200.44.11%20-%20Build%20250103fqxdt5u9z-x64.exe)
|
||||
- Mac: [Apple Silicon](https://dl.todesktop.com/230313mzl4w4u92/versions/0.44.11/mac/zip/arm64)
|
||||
|
||||
|
@ -554,7 +554,7 @@ if ($cursorVersion) {
|
||||
$compareResult = Compare-Version $cursorVersion "0.45.0"
|
||||
if ($compareResult -ge 0) {
|
||||
Write-Host "$RED[错误]$NC 当前版本 ($cursorVersion) 暂不支持"
|
||||
Write-Host "$YELLOW[建议]$NC 请使用 v0.44.11 及以下版本"
|
||||
Write-Host "$YELLOW[建议]$NC 请使用 v0.45.x 及以下版本"
|
||||
Write-Host "$YELLOW[建议]$NC 可以从以下地址下载支持的版本:"
|
||||
Write-Host "Windows: https://download.todesktop.com/230313mzl4w4u92/Cursor%20Setup%200.44.11%20-%20Build%20250103fqxdt5u9z-x64.exe"
|
||||
Write-Host "Mac ARM64: https://dl.todesktop.com/230313mzl4w4u92/versions/0.44.11/mac/zip/arm64"
|
||||
|
Loading…
x
Reference in New Issue
Block a user