0
0
mirror of https://github.com/yeongpin/cursor-free-vip.git synced 2025-04-24 08:25:23 +00:00

Update version to 1.11.02, add Japanese and Italian language support, refactor account generation using Faker, and fix various issues. Update CHANGELOG.md to reflect these changes.

This commit is contained in:
Pin Studios 2025-04-24 15:05:46 +08:00
parent 60bd46f192
commit 4286b94a86
3 changed files with 7 additions and 19 deletions

4
.env
View File

@ -1,2 +1,2 @@
version=1.11.01
VERSION=1.11.01
version=1.11.02
VERSION=1.11.02

View File

@ -1,5 +1,10 @@
# Change Log
## v1.11.02
1. Add: Japanese and Italian language support
2. Refactor: Account Generation with Faker and Update requirements.txt
3. Fix: Some Issues | 修復一些問題
## v1.11.01
0. Must Update to this version to get full experience | 必須更新到此版本以獲取完整體驗
1. Restore: Some Main Code | 恢復一些主程式碼

View File

@ -92,23 +92,6 @@ irm https://raw.githubusercontent.com/yeongpin/cursor-free-vip/main/scripts/inst
</details>
<details>
<summary><b>⭐ Manual Reset Machine | 手動運行重置機器</b></summary>
### **Linux/macOS**
```bash
curl -fsSL https://raw.githubusercontent.com/yeongpin/cursor-free-vip/main/scripts/reset.sh | sudo bash
```
### **Windows**
```powershell
irm https://raw.githubusercontent.com/yeongpin/cursor-free-vip/main/scripts/reset.ps1 | iex
```
</details>
If you want to stop the script, please press Ctrl+C<br>要停止腳本,請按 Ctrl+C
## ❗ Note | 注意事項