mirror of
https://github.com/yuaotian/go-cursor-help.git
synced 2025-06-08 04:22:06 +08:00
支持0.50.x
This commit is contained in:
parent
c1b7e42e27
commit
a48185e6a5
@ -15,8 +15,8 @@
|
|||||||
> ⚠️ **IMPORTANT NOTICE**
|
> ⚠️ **IMPORTANT NOTICE**
|
||||||
>
|
>
|
||||||
> This tool currently supports:
|
> This tool currently supports:
|
||||||
> - ✅ Windows: Latest 0.49.x versions (Supported)
|
> - ✅ Windows: Latest 0.50.x versions (Supported)
|
||||||
> - ✅ Mac/Linux: Latest 0.49.x versions (Supported, feedback welcome)
|
> - ✅ Mac/Linux: Latest 0.50.x versions (Supported, feedback welcome)
|
||||||
>
|
>
|
||||||
> Please check your Cursor version before using this tool.
|
> Please check your Cursor version before using this tool.
|
||||||
|
|
||||||
|
@ -15,8 +15,8 @@
|
|||||||
> ⚠️ **重要提示**
|
> ⚠️ **重要提示**
|
||||||
>
|
>
|
||||||
> 本工具当前支持版本:
|
> 本工具当前支持版本:
|
||||||
> - ✅ Windows: 最新的 0.49.x 版本(已支持)
|
> - ✅ Windows: 最新的 0.50.x 版本(已支持)
|
||||||
> - ✅ Mac/Linux: 最新的 0.49.x 版本(已支持,欢迎测试并反馈问题)
|
> - ✅ Mac/Linux: 最新的 0.50.x 版本(已支持,欢迎测试并反馈问题)
|
||||||
|
|
||||||
> 使用前请确认您的 Cursor 版本。
|
> 使用前请确认您的 Cursor 版本。
|
||||||
|
|
||||||
|
@ -15,8 +15,8 @@
|
|||||||
> ⚠️ **重要なお知らせ**
|
> ⚠️ **重要なお知らせ**
|
||||||
>
|
>
|
||||||
> このツールは現在以下のバージョンをサポートしています:
|
> このツールは現在以下のバージョンをサポートしています:
|
||||||
> - ✅ Windows: 最新の0.49.xバージョン(サポート済み)
|
> - ✅ Windows: 最新の0.50.xバージョン(サポート済み)
|
||||||
> - ✅ Mac/Linux: 最新の0.49.xバージョン(サポート済み、フィードバック歓迎)
|
> - ✅ Mac/Linux: 最新の0.50.xバージョン(サポート済み、フィードバック歓迎)
|
||||||
>
|
>
|
||||||
> このツールを使用する前に、Cursorのバージョンを確認してください。
|
> このツールを使用する前に、Cursorのバージョンを確認してください。
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
AppImage instructions:
|
AppImage instructions:
|
||||||
mkdir -p ~/Downloads/Cursor
|
mkdir -p ~/Downloads/Cursor
|
||||||
cd ~/Downloads/Cursor
|
cd ~/Downloads/Cursor
|
||||||
cd Cursor && ./Cursor-0.49.5-x86_64.AppImage --appimage-extract
|
cd Cursor && ./Cursor-0.50.5-x86_64.AppImage --appimage-extract
|
||||||
mkdir -p ~/.local
|
mkdir -p ~/.local
|
||||||
rsync -rt ~/Downloads/Cursor/squashfs-root/usr/ ~/.local
|
rsync -rt ~/Downloads/Cursor/squashfs-root/usr/ ~/.local
|
||||||
# ^ copy the subfolders not usr itself, so the resulting executable should be ~/.local/bin/cursor
|
# ^ copy the subfolders not usr itself, so the resulting executable should be ~/.local/bin/cursor
|
||||||
|
@ -202,7 +202,7 @@ install_cursor_appimage() {
|
|||||||
if ! find_appimage; then
|
if ! find_appimage; then
|
||||||
log_warn "在 '$APPIMAGE_SEARCH_DIR' 目录下未找到 '$APPIMAGE_PATTERN' 文件。"
|
log_warn "在 '$APPIMAGE_SEARCH_DIR' 目录下未找到 '$APPIMAGE_PATTERN' 文件。"
|
||||||
# --- 新增:添加文件名格式提醒 ---
|
# --- 新增:添加文件名格式提醒 ---
|
||||||
log_info "请确保 AppImage 文件名格式类似: Cursor-版本号-架构.AppImage (例如: Cursor-0.49.6-aarch64.AppImage 或 Cursor-x.y.z-x86_64.AppImage)"
|
log_info "请确保 AppImage 文件名格式类似: Cursor-版本号-架构.AppImage (例如: Cursor-0.50.6-aarch64.AppImage 或 Cursor-x.y.z-x86_64.AppImage)"
|
||||||
# --- 结束:添加文件名格式提醒 ---
|
# --- 结束:添加文件名格式提醒 ---
|
||||||
# 等待用户放置文件
|
# 等待用户放置文件
|
||||||
read -p $"请将 Cursor AppImage 文件放入 '$APPIMAGE_SEARCH_DIR' 目录,然后按 Enter 键继续..."
|
read -p $"请将 Cursor AppImage 文件放入 '$APPIMAGE_SEARCH_DIR' 目录,然后按 Enter 键继续..."
|
||||||
|
@ -149,7 +149,7 @@ function Get-CursorVersion {
|
|||||||
$cursorVersion = Get-CursorVersion
|
$cursorVersion = Get-CursorVersion
|
||||||
Write-Host ""
|
Write-Host ""
|
||||||
|
|
||||||
Write-Host "$YELLOW[重要提示]$NC 最新的 0.49.x (以支持)"
|
Write-Host "$YELLOW[重要提示]$NC 最新的 0.50.x (以支持)"
|
||||||
Write-Host ""
|
Write-Host ""
|
||||||
|
|
||||||
# 检查并关闭 Cursor 进程
|
# 检查并关闭 Cursor 进程
|
||||||
|
Loading…
x
Reference in New Issue
Block a user