This repository was archived by the owner on Apr 20, 2025. It is now read-only.
File tree 1 file changed +23
-3
lines changed
1 file changed +23
-3
lines changed Original file line number Diff line number Diff line change 1
-
2
-
3
1
# Cursor Pro 自动化工具使用说明
4
2
5
3
## 功能介绍
@@ -15,6 +13,27 @@ https://github.com/chengazhen/cursor-auto-free/releases
15
13
16
14
** 3.有一个稳定的网络连接。尽量是国外的节点。不要开启全局代理。一定不要开启全局代理。**
17
15
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
+
18
37
19
38
## 运行方法
20
39
@@ -71,4 +90,5 @@ chmod +x ./CursorPro
71
90
## 更新日志
72
91
2025-01-09 增加了 log 日志,方便调试,增加了退出cursor,自动构建功能
73
92
74
- 仓库核心源码来自[ gpt-cursor-auto] ( https://github.com/hmhm2022/gpt-cursor-auto ) ;自行优化了验证和邮箱注册逻辑;解决了无法获取邮箱验证码的问题。
93
+ 仓库核心源码来自[ gpt-cursor-auto] ( https://github.com/hmhm2022/gpt-cursor-auto ) ;自行优化了验证和邮箱注册逻辑;解决了无法获取邮箱验证码的问题。
94
+
You can’t perform that action at this time.
0 commit comments