From 100bf7f52f3c502a20b10a5d123a23f0d3ecd8fe Mon Sep 17 00:00:00 2001 From: yeongpin Date: Sat, 11 Jan 2025 16:13:40 +0800 Subject: [PATCH] First Init Git --- README.md | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..de195b4 --- /dev/null +++ b/README.md @@ -0,0 +1,95 @@ +# Cursor Pro 設置工具 +This is a tool to automatically bypass Cursor's membership check, automatically upgrade to "pro" membership, support Windows and macOS systems, send Token requests in real-time, and reset Cursor's configuration. +
+ +這是一個自動化工具,自動繞過Cursor的會員檢查,自動升級為 "pro" 會員,支持 Windows 和 macOS 系統,實時發送Token請求,重置Cursor的配置。 + +
+ +## Features | 功能特點 + +* Auto bypass Cursor's membership check
自動繞過Cursor的會員檢查
+ +* Auto upgrade to "pro" membership
自動升級為 "pro" 會員
+ +* Support Windows and macOS systems
支持 Windows 和 macOS 系統
+ +* Real-time send Token request
實時發送Token請求
+ +* Reset Cursor's configuration
重置Cursor的配置
+ +
+ +### System Support | 系統支持 + + + + + + + +
+ +**Windows** ✅ +- x64 (64-bit) +- x86 (32-bit) + + + +**macOS** ✅ +- Intel (x64) +- Apple Silicon (M1/M2) + + + +**Linux** ✅ +- x64 (64-bit) +- x86 (32-bit) +- ARM64 + +
+ +### How to use | 如何使用 +
+腳本自動化運行 + +**Linux/macOS** +```bash +curl -fsSL https://raw.githubusercontent.com/yeongpin/cursor-free-vip/master/scripts/install.sh | sudo bash +``` + +**Windows** +```powershell +irm https://raw.githubusercontent.com/yeongpin/cursor-free-vip/master/scripts/install.ps1 | iex +``` +
+ +2. If you want to stop the script, please press Ctrl+C
要停止腳本,請按 Ctrl+C + +## Note | 注意事項 + +* Confirm that Cursor is closed before running the script
請確保在運行腳本前已經關閉 Cursor +* Do not close this script when using Cursor
使用Cursor時請勿關閉此腳本 +* This tool is only for learning and research purposes
此工具僅供學習和研究使用 +* Please comply with the relevant software usage terms when using this tool
使用本工具時請遵守相關軟件使用條款 + + + +## Common Issues | 常見問題 + +|如果遇到權限問題,請確保:|If you encounter permission issues, please ensure:| +|:---:|:---:| +| 此腳本以管理員身份運行 | This script is run with administrator privileges | + + + +## 貢獻 | Contribution + +歡迎提交 Issue 和 Pull Request! + + + +## Disclaimer | 免責聲明 + +本工具僅供學習和研究使用,使用本工具所產生的任何後果由使用者自行承擔。
+This tool is only for learning and research purposes, and any consequences arising from the use of this tool are borne by the user.