feat: 初始化项目,添加 Mac M1 设备唯一ID 生成功能

This commit is contained in:
ruisu
2025-02-19 15:10:45 +08:00
parent 351b12a039
commit 0e4087dd28
3 changed files with 231 additions and 504 deletions

View File

@@ -1,3 +1,32 @@
# Cursor Account Manager
适用于 Mac M1 的 Cursor 账号管理工具。
## 功能特性
- 获取设备唯一ID基于硬件信息
- 自动获取账号信息
- 自动更新认证信息
- 自动重置机器码
## 使用方法
1. 安装依赖:
```bash
pip install -r requirements.txt
```
2. 运行程序:
```bash
python3 cursor_account_manager.py
```
## 注意事项
- 仅支持 macOS 系统
- 需要 Python 3.x
- 请确保 Cursor 编辑器已安装
# Cursor Pro 自动化工具使用说明