Skip to content
This repository was archived by the owner on Apr 20, 2025. It is now read-only.

Commit 2d1563b

Browse files
author
cheng zhen
committed
docs: update README with configuration instructions for Cloudflare and temp-mail integration
1 parent 5ba4d9c commit 2d1563b

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

Diff for: README.md

+23-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
# Cursor Pro 自动化工具使用说明
42

53
## 功能介绍
@@ -15,6 +13,27 @@ https://github.com/chengazhen/cursor-auto-free/releases
1513

1614
**3.有一个稳定的网络连接。尽量是国外的节点。不要开启全局代理。一定不要开启全局代理。**
1715

16+
## 配置说明
17+
18+
+ 需要使用 cloudflare 域名邮箱,请自行搜索如何使用 cloudflare 域名邮箱,请自行搜索如何使用。
19+
+ 需要使用 temp-mail.plus 邮箱,请自行搜索如何使用 temp-mail.plus 邮箱。
20+
+ 将 cloudflare 的域名邮箱转发到 temp-mail.plus 邮箱。
21+
22+
23+
在使用之前,需要配置环境变量文件。程序目录下有一个 `.env` 文件
24+
25+
```bash
26+
DOMAIN='xxxxx.me' # 你的邮箱域名 自行搜索如何使用 cloudflare 邮箱
27+
TEMP_MAIL='xxxxxx' # 临时邮箱前缀,可以自定义,不需要后缀; 用的还是https://tempmail.plus/zh/#! 的邮箱
28+
```
29+
30+
例如,如果你设置:
31+
```bash
32+
DOMAIN='wozhangsan.me'
33+
TEMP_MAIL='ccxxxxcxx'
34+
```
35+
那么程序将随机生成 `@wozhangsan.me` 后缀作为注册邮箱。
36+
1837

1938
## 运行方法
2039

@@ -71,4 +90,5 @@ chmod +x ./CursorPro
7190
## 更新日志
7291
2025-01-09 增加了 log 日志,方便调试,增加了退出cursor,自动构建功能
7392

74-
仓库核心源码来自[gpt-cursor-auto](https://github.com/hmhm2022/gpt-cursor-auto);自行优化了验证和邮箱注册逻辑;解决了无法获取邮箱验证码的问题。
93+
仓库核心源码来自[gpt-cursor-auto](https://github.com/hmhm2022/gpt-cursor-auto);自行优化了验证和邮箱注册逻辑;解决了无法获取邮箱验证码的问题。
94+

0 commit comments

Comments
 (0)