Files
nezhacursormac/README.md
huangzhenpc 96604f7139
Some checks failed
Remove old artifacts / remove-old-artifacts (push) Has been cancelled
first commit: 初始化项目,添加基本功能和打包脚本
2025-02-17 18:58:01 +08:00

113 lines
2.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 听泉助手
一个用于管理Cursor编辑器授权的跨平台桌面应用。
## 功能特点
- 设备ID管理
- 会员状态显示
- 激活码管理
- Cursor编辑器授权刷新
- 版本限制实现
- 更新控制
## 开发环境要求
- Python 3.9+
- PyQt5
- 其他依赖见 requirements.txt
## 安装依赖
```bash
# 创建虚拟环境
python -m venv venv
# 激活虚拟环境
# Windows:
venv\Scripts\activate
# Mac/Linux:
source venv/bin/activate
# 安装依赖
pip install -r requirements.txt
```
## 打包说明
### Windows版本
```bash
# 运行打包脚本
build_win.bat
```
### Mac版本
```bash
# 添加执行权限
chmod +x build_mac.command
# 运行打包脚本
./build_mac.command
```
## 项目结构
```
.
├── README.md
├── requirements.txt
├── build_mac.command # Mac打包脚本
├── build_win.bat # Windows打包脚本
├── gui/
│ └── main_window.py # 主窗口界面
├── logger.py # 日志模块
├── update_cursor_token.py # 授权更新模块
└── ... # 其他模块
```
# Cursor Pro 自动化工具使用说明
[English doc](./README.EN.md)
## 交流群 QQ 1034718338
## 在线文档
[cursor-auto-free-doc.vercel.app](https://cursor-auto-free-doc.vercel.app)
## 许可证声明
本项目采用 [CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/) 许可证。
这意味着您可以:
- 分享 — 在任何媒介以任何形式复制、发行本作品
但必须遵守以下条件:
- 非商业性使用 — 您不得将本作品用于商业目的
## 声明
- 本项目仅供学习交流使用,请勿用于商业用途。
- 本项目不承担任何法律责任,使用本项目造成的任何后果,由使用者自行承担。
## 骗子
海豚
## 感谢 linuxDo 这个开源社区(一个真正的技术社区)
https://linux.do/
## 特别鸣谢
本项目的开发过程中得到了众多开源项目和社区成员的支持与帮助,在此特别感谢:
### 开源项目
- [go-cursor-help](https://github.com/yuaotian/go-cursor-help) - 一个优秀的 Cursor 机器码重置工具,本项目的机器码重置功能使用该项目实现。该项目目前已获得 9.1k Stars是最受欢迎的 Cursor 辅助工具之一。
## 请我喝杯茶
<img src="./screen/28613e3f3f23a935b66a7ba31ff4e3f.jpg" width="300"/> <img src="./screen/mm_facetoface_collect_qrcode_1738583247120.png" width="300"/>
## 关注公众号,随时获取仓库更新动态
![image](./screen/qrcode_for_gh_c985615b5f2b_258.jpg)