diff --git a/README.md b/README.md index 2ac8b79..6e2cdc3 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,21 @@ Cursor Logo + +
+🎯 Sponsored + +Twillot Never Lose a Tweet, Always Stay Organized + +
+ > ⚠️ **IMPORTANT NOTICE** > > This tool currently supports: -> - ✅ Windows: Latest 0.50.x versions (Supported) -> - ✅ Mac/Linux: Latest 0.50.x versions (Supported, feedback welcome) +> - ✅ Windows: Latest 1.0.x versions (Supported) +> - ✅ Mac/Linux: Latest 1.0.x versions (Supported, feedback welcome) > > Please check your Cursor version before using this tool. @@ -237,6 +245,8 @@ If you see the "High Load" message for Claude 3.7 Sonnet, this indicates Cursor + + ### 🚀 One-Click Solution
diff --git a/README_CN.md b/README_CN.md index d16dad2..581a28d 100644 --- a/README_CN.md +++ b/README_CN.md @@ -10,13 +10,21 @@ Cursor Logo + +
+🎯 由Twillot提供赞助 + +Twillot 永不丢失推文,始终井井有条 + +
+ > ⚠️ **重要提示** > > 本工具当前支持版本: -> - ✅ Windows: 最新的 0.50.x 版本(已支持) -> - ✅ Mac/Linux: 最新的 0.50.x 版本(已支持,欢迎测试并反馈问题) +> - ✅ Windows: 最新的 1.0.x 版本(已支持) +> - ✅ Mac/Linux: 最新的 1.0.x 版本(已支持,欢迎测试并反馈问题) > 使用前请确认您的 Cursor 版本。 @@ -178,6 +186,8 @@ We're experiencing high demand for Claude 3.7 Sonnet right now. Please upgrade t + + ### 🚀 一键解决方案
diff --git a/README_JP.md b/README_JP.md index 3fcfd5d..b85a156 100644 --- a/README_JP.md +++ b/README_JP.md @@ -10,13 +10,21 @@ Cursor Logo + +
+🎯 Twillotスポンサー + +Twillot ツイートを失わず、常に整理された状態を保つ + +
+ > ⚠️ **重要なお知らせ** > > このツールは現在以下のバージョンをサポートしています: -> - ✅ Windows: 最新の0.50.xバージョン(サポート済み) -> - ✅ Mac/Linux: 最新の0.50.xバージョン(サポート済み、フィードバック歓迎) +> - ✅ Windows: 最新の1.0.xバージョン(サポート済み) +> - ✅ Mac/Linux: 最新の1.0.xバージョン(サポート済み、フィードバック歓迎) > > このツールを使用する前に、Cursorのバージョンを確認してください。 @@ -234,6 +242,8 @@ Claude 3.7 Sonnetの"High Load"メッセージが表示された場合、これ + + ### 🚀 ワンクリックソリューション
diff --git a/img/zanzhu/twillot.png b/img/zanzhu/twillot.png new file mode 100644 index 0000000..459f601 Binary files /dev/null and b/img/zanzhu/twillot.png differ diff --git a/scripts/cursor_id_modifier.py b/scripts/cursor_id_modifier.py index e600488..6f39b16 100644 --- a/scripts/cursor_id_modifier.py +++ b/scripts/cursor_id_modifier.py @@ -3,7 +3,7 @@ AppImage instructions: mkdir -p ~/Downloads/Cursor cd ~/Downloads/Cursor -cd Cursor && ./Cursor-0.50.5-x86_64.AppImage --appimage-extract +cd Cursor && ./Cursor-1.0.5-x86_64.AppImage --appimage-extract mkdir -p ~/.local rsync -rt ~/Downloads/Cursor/squashfs-root/usr/ ~/.local # ^ copy the subfolders not usr itself, so the resulting executable should be ~/.local/bin/cursor diff --git a/scripts/run/cursor_linux_id_modifier.sh b/scripts/run/cursor_linux_id_modifier.sh index c1428f7..2ba6938 100755 --- a/scripts/run/cursor_linux_id_modifier.sh +++ b/scripts/run/cursor_linux_id_modifier.sh @@ -202,7 +202,7 @@ install_cursor_appimage() { if ! find_appimage; then log_warn "在 '$APPIMAGE_SEARCH_DIR' 目录下未找到 '$APPIMAGE_PATTERN' 文件。" # --- 新增:添加文件名格式提醒 --- - log_info "请确保 AppImage 文件名格式类似: Cursor-版本号-架构.AppImage (例如: Cursor-0.50.6-aarch64.AppImage 或 Cursor-x.y.z-x86_64.AppImage)" + log_info "请确保 AppImage 文件名格式类似: Cursor-版本号-架构.AppImage (例如: Cursor-1.0.6-aarch64.AppImage 或 Cursor-x.y.z-x86_64.AppImage)" # --- 结束:添加文件名格式提醒 --- # 等待用户放置文件 read -p $"请将 Cursor AppImage 文件放入 '$APPIMAGE_SEARCH_DIR' 目录,然后按 Enter 键继续..." diff --git a/scripts/run/cursor_win_id_modifier.ps1 b/scripts/run/cursor_win_id_modifier.ps1 index 131ac46..4e2cb37 100644 --- a/scripts/run/cursor_win_id_modifier.ps1 +++ b/scripts/run/cursor_win_id_modifier.ps1 @@ -150,7 +150,7 @@ function Get-CursorVersion { $cursorVersion = Get-CursorVersion Write-Host "" -Write-Host "$YELLOW[重要提示]$NC 最新的 0.50.x (以支持)" +Write-Host "$YELLOW[重要提示]$NC 最新的 1.0.x (以支持)" Write-Host "" # 检查并关闭 Cursor 进程