mirror of
https://github.com/yeongpin/cursor-free-vip.git
synced 2025-08-02 20:47:35 +08:00
78 lines
2.5 KiB
Markdown
78 lines
2.5 KiB
Markdown
# 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.
|
||
<br>
|
||
|
||
這是一個自動化工具,自動繞過Cursor的會員檢查,自動升級為 "pro" 會員,支持 Windows 和 macOS 系統,實時發送Token請求,重置Cursor的配置。
|
||
|
||
<div id="divider"></div>
|
||
|
||
## Features | 功能特點
|
||
|
||
* Auto bypass Cursor's membership check<br>自動繞過Cursor的會員檢查<br>
|
||
|
||
* Auto upgrade to "pro" membership<br>自動升級為 "pro" 會員<br>
|
||
|
||
* Support Windows and macOS systems<br>支持 Windows 和 macOS 系統<br>
|
||
|
||
* Real-time send Token request<br>實時發送Token請求<br>
|
||
|
||
* Reset Cursor's configuration<br>重置Cursor的配置<br>
|
||
|
||
|
||
## System Support | 系統支持
|
||
|
||
|Windows|x64|✅|macOS|Intel|✅|
|
||
|:---:|:---:|:---:|:---:|:---:|:---:|
|
||
|Windows|x86|✅|macOS|Apple Silicon|✅|
|
||
|Linux|x64|✅|Linux|x86|✅|
|
||
|Linux|ARM64|✅|Linux|ARM64|✅|
|
||
|
||
## How to use | 如何使用
|
||
<details open>
|
||
<summary><b>腳本自動化運行</b></summary>
|
||
|
||
**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
|
||
```
|
||
</details>
|
||
|
||
2. If you want to stop the script, please press Ctrl+C<br>要停止腳本,請按 Ctrl+C
|
||
|
||
## Note | 注意事項
|
||
|
||
* Confirm that Cursor is closed before running the script <br>請確保在運行腳本前已經關閉 Cursor<br>
|
||
|
||
* Do not close this script when using Cursor <br>使用Cursor時請勿關閉此腳本<br>
|
||
|
||
* This tool is only for learning and research purposes <br>此工具僅供學習和研究使用<br>
|
||
|
||
* Please comply with the relevant software usage terms when using this tool <br>使用本工具時請遵守相關軟件使用條款
|
||
|
||
|
||
|
||
## Common Issues | 常見問題
|
||
|
||
|如果遇到權限問題,請確保:|If you encounter permission issues, please ensure:|
|
||
|:---:|:---:|
|
||
| 此腳本以管理員身份運行 | This script is run with administrator privileges |
|
||
|
||
|
||
|
||
## 貢獻 | Contribution
|
||
|
||
歡迎提交 Issue 和 Pull Request!
|
||
|
||
|
||
|
||
## Disclaimer | 免責聲明
|
||
|
||
本工具僅供學習和研究使用,使用本工具所產生的任何後果由使用者自行承擔。 <br>
|
||
|
||
This tool is only for learning and research purposes, and any consequences arising from the use of this tool are borne by the user.
|