doc: unify the README & CHANGELOG

This commit is contained in:
imbajin 2025-03-14 15:29:49 +08:00
parent 3200271156
commit c2e5499f19
2 changed files with 83 additions and 84 deletions

View File

@ -1,4 +1,5 @@
# ➤ Cursor Free VIP # ➤ Cursor Free VIP
<div align="center"> <div align="center">
<p align="center"> <p align="center">
<img src="./images/logo.png" alt="Cursor Pro Logo" width="200" style="border-radius: 6px;"/> <img src="./images/logo.png" alt="Cursor Pro Logo" width="200" style="border-radius: 6px;"/>
@ -14,7 +15,8 @@
</p> </p>
<h4>Support Latest 0.47.x Version | 支持最新 0.47.x 版本</h4> <h4>Support Latest 0.47.x Version | 支持最新 0.47.x 版本</h4>
This is a tool to automatically register , support Windows and macOS systems, complete Auth verification, and reset Cursor's configuration. This is a tool to automatically register, support Windows and macOS systems, complete Auth verification, and reset
Cursor's configuration.
這是一個自動化工具,自動註冊,支持 Windows 和 macOS 系統,完成 Auth 驗證,重置 Cursor 的配置。 這是一個自動化工具,自動註冊,支持 Windows 和 macOS 系統,完成 Auth 驗證,重置 Cursor 的配置。
@ -22,15 +24,14 @@ This is a tool to automatically register , support Windows and macOS systems, co
<img src="./images/new_2025-02-27_10-42-44.png" alt="new" width="400" style="border-radius: 6px;"/><br> <img src="./images/new_2025-02-27_10-42-44.png" alt="new" width="400" style="border-radius: 6px;"/><br>
</p> </p>
##### If you dont have google chrome , you can download it from [here](https://www.google.com/intl/en_pk/chrome/) ##### If you don't have Google Chrome, you can download it from [here](https://www.google.com/intl/en_pk/chrome/)
##### 如果沒有 Google Chrome可以從[這裡](https://www.google.com/intl/en_pk/chrome/)下載 ##### 如果沒有 Google Chrome可以從[這裡](https://www.google.com/intl/en_pk/chrome/)下載
</p>
</div> </div>
## 🔄 Change Log | 更新日志 ## 🔄 Change Log | 更新日志
[Watch Change Log | 查看更新日志](CHANGELOG.md) [Watch Change Log | 查看更新日志](CHANGELOG.md)
## ✨ Features | 功能特點 ## ✨ Features | 功能特點
@ -43,11 +44,10 @@ This is a tool to automatically register , support Windows and macOS systems, co
* Reset Cursor's configuration<br>重置 Cursor 的配置<br> * Reset Cursor's configuration<br>重置 Cursor 的配置<br>
## 💻 System Support | 系統支持 ## 💻 System Support | 系統支持
| Windows | x64 | ✅ | macOS | Intel | ✅ | | Windows | x64 | ✅ | macOS | Intel | ✅ |
|:---:|:---:|:---:|:---:|:---:|:---:| |:-------:|:-----:|:-:|:-----:|:-------------:|:-:|
| Windows | x86 | ✅ | macOS | Apple Silicon | ✅ | | Windows | x86 | ✅ | macOS | Apple Silicon | ✅ |
| Linux | x64 | ✅ | Linux | x86 | ✅ | | Linux | x64 | ✅ | Linux | x86 | ✅ |
| Linux | ARM64 | ✅ | Linux | ARM64 | ✅ | | Linux | ARM64 | ✅ | Linux | ARM64 | ✅ |
@ -58,28 +58,34 @@ This is a tool to automatically register , support Windows and macOS systems, co
<summary><b>⭐ Auto Run Script | 腳本自動化運行</b></summary> <summary><b>⭐ Auto Run Script | 腳本自動化運行</b></summary>
**Linux/macOS** **Linux/macOS**
```bash ```bash
curl -fsSL https://raw.githubusercontent.com/yeongpin/cursor-free-vip/main/scripts/install.sh -o install.sh && chmod +x install.sh && ./install.sh curl -fsSL https://raw.githubusercontent.com/yeongpin/cursor-free-vip/main/scripts/install.sh -o install.sh && chmod +x install.sh && ./install.sh
``` ```
**Windows** **Windows**
```powershell ```powershell
irm https://raw.githubusercontent.com/yeongpin/cursor-free-vip/main/scripts/install.ps1 | iex irm https://raw.githubusercontent.com/yeongpin/cursor-free-vip/main/scripts/install.ps1 | iex
``` ```
</details> </details>
<details> <details>
<summary><b>⭐ Manual Reset Machine | 手動運行重置機器</b></summary> <summary><b>⭐ Manual Reset Machine | 手動運行重置機器</b></summary>
**Linux/macOS** **Linux/macOS**
```bash ```bash
curl -fsSL https://raw.githubusercontent.com/yeongpin/cursor-free-vip/main/scripts/reset.sh | sudo bash curl -fsSL https://raw.githubusercontent.com/yeongpin/cursor-free-vip/main/scripts/reset.sh | sudo bash
``` ```
**Windows** **Windows**
```powershell ```powershell
irm https://raw.githubusercontent.com/yeongpin/cursor-free-vip/main/scripts/reset.ps1 | iex irm https://raw.githubusercontent.com/yeongpin/cursor-free-vip/main/scripts/reset.ps1 | iex
``` ```
</details> </details>
2. If you want to stop the script, please press Ctrl+C<br>要停止腳本,請按 Ctrl+C 2. If you want to stop the script, please press Ctrl+C<br>要停止腳本,請按 Ctrl+C
@ -140,6 +146,7 @@ retry_interval = 8-12
# Max Timeout | 最大超時時間 # Max Timeout | 最大超時時間
max_timeout = 160 max_timeout = 160
``` ```
</details> </details>
* Use administrator to run the script <br>請使用管理員身份運行腳本 * Use administrator to run the script <br>請使用管理員身份運行腳本
@ -150,16 +157,12 @@ max_timeout = 160
* Please comply with the relevant software usage terms when using this tool <br>使用本工具時請遵守相關軟件使用條款 * Please comply with the relevant software usage terms when using this tool <br>使用本工具時請遵守相關軟件使用條款
## 🚨 Common Issues | 常見問題 ## 🚨 Common Issues | 常見問題
| 如果遇到權限問題,請確保: | 此腳本以管理員身份運行 | | 如果遇到權限問題,請確保: | 此腳本以管理員身份運行 |
|:---:|:---:| |:--------------------------------------------------:|:------------------------------------------------:|
| If you encounter permission issues, please ensure: | This script is run with administrator privileges | | If you encounter permission issues, please ensure: | This script is run with administrator privileges |
## 🤩 Contribution | 貢獻 ## 🤩 Contribution | 貢獻
歡迎提交 Issue 和 Pull Request 歡迎提交 Issue 和 Pull Request
@ -170,12 +173,12 @@ max_timeout = 160
</a> </a>
<br /><br /> <br /><br />
## 📩 Disclaimer | 免責聲明 ## 📩 Disclaimer | 免責聲明
本工具僅供學習和研究使用,使用本工具所產生的任何後果由使用者自行承擔。 <br> 本工具僅供學習和研究使用,使用本工具所產生的任何後果由使用者自行承擔。 <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. This tool is only for learning and research purposes, and any consequences arising from the use of this tool are borne
by the user.
## 💰 Buy Me a Coffee | 請我喝杯咖啡 ## 💰 Buy Me a Coffee | 請我喝杯咖啡
@ -204,7 +207,3 @@ This tool is only for learning and research purposes, and any consequences arisi
本項目採用 [CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/) 授權。 本項目採用 [CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/) 授權。
Please refer to the [LICENSE](LICENSE.md) file for details. Please refer to the [LICENSE](LICENSE.md) file for details.