doc: 更新文档
This commit is contained in:
@@ -30,7 +30,7 @@ Automated account registration and token refreshing to free your hands.
|
|||||||
### Example `.env` file:
|
### Example `.env` file:
|
||||||
```bash
|
```bash
|
||||||
DOMAIN='xxxxx.me' # Your email domain (search for Cloudflare email usage)
|
DOMAIN='xxxxx.me' # Your email domain (search for Cloudflare email usage)
|
||||||
TEMP_MAIL='xxxxxx' # Temporary email prefix (no suffix needed)
|
TEMP_MAIL='xxxxxx' # Temporary email, the target position you set in Cloudflare, using https://tempmail.plus/zh/#!
|
||||||
```
|
```
|
||||||
Example:
|
Example:
|
||||||
```bash
|
```bash
|
||||||
@@ -84,4 +84,4 @@ This tool is for educational and research purposes only. Users bear full respons
|
|||||||
- **2025-01-10**: Switched to Cloudflare domain email.
|
- **2025-01-10**: Switched to Cloudflare domain email.
|
||||||
- **2025-01-11**: Added headless mode and proxy configuration through .env file.
|
- **2025-01-11**: Added headless mode and proxy configuration through .env file.
|
||||||
|
|
||||||
Some source code is from [gpt-cursor-auto](https://github.com/hmhm2022/gpt-cursor-auto).
|
Inspired by [gpt-cursor-auto](https://github.com/hmhm2022/gpt-cursor-auto).
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ Tự động đăng ký tài khoản, tự động làm mới token, giải phó
|
|||||||
### Cấu hình tệp `.env`:
|
### Cấu hình tệp `.env`:
|
||||||
```bash
|
```bash
|
||||||
DOMAIN='xxxxx.me' # Tên miền email của bạn (tự tìm hiểu cách sử dụng Cloudflare email)
|
DOMAIN='xxxxx.me' # Tên miền email của bạn (tự tìm hiểu cách sử dụng Cloudflare email)
|
||||||
TEMP_MAIL='xxxxxx' # Tiền tố email tạm thời (không cần hậu tố)
|
TEMP_MAIL='xxxxxx' # Email tạm thời, là địa chỉ đích bạn đã thiết lập trong Cloudflare, sử dụng email từ https://tempmail.plus/zh/#!
|
||||||
```
|
```
|
||||||
Ví dụ:
|
Ví dụ:
|
||||||
```bash
|
```bash
|
||||||
@@ -84,4 +84,4 @@ Công cụ này chỉ dành cho mục đích học tập và nghiên cứu. Ngư
|
|||||||
- **2025-01-10**: Chuyển sang email tên miền Cloudflare.
|
- **2025-01-10**: Chuyển sang email tên miền Cloudflare.
|
||||||
- **2025-01-11**: Thêm chức năng tự động xây dựng, thêm chức năng tự động xây dựng, thêm chức năng tự động xây dựng.
|
- **2025-01-11**: Thêm chức năng tự động xây dựng, thêm chức năng tự động xây dựng, thêm chức năng tự động xây dựng.
|
||||||
|
|
||||||
Một phần mã nguồn đến từ [gpt-cursor-auto](https://github.com/hmhm2022/gpt-cursor-auto).
|
Lấy cảm hứng từ [gpt-cursor-auto](https://github.com/hmhm2022/gpt-cursor-auto).
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ https://github.com/chengazhen/cursor-auto-free/releases
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
DOMAIN='xxxxx.me' # 你的邮箱域名 自行搜索如何使用 cloudflare 邮箱
|
DOMAIN='xxxxx.me' # 你的邮箱域名 自行搜索如何使用 cloudflare 邮箱
|
||||||
TEMP_MAIL='xxxxxx' # 临时邮箱前缀,可以自定义,不需要后缀; 用的还是https://tempmail.plus/zh/#! 的邮箱
|
TEMP_MAIL='xxxxxx' # 临时邮箱,就是你cloudflare 设置的目标位置 用的还是https://tempmail.plus/zh/#! 的邮箱
|
||||||
```
|
```
|
||||||
|
|
||||||
例如,如果你设置:
|
例如,如果你设置:
|
||||||
@@ -112,5 +112,5 @@ chmod +x ./CursorPro
|
|||||||
- **2025-01-10** 修改为使用 cloudflared 域名邮箱
|
- **2025-01-10** 修改为使用 cloudflared 域名邮箱
|
||||||
- **2025-01-11** 增加了可以通过 .env 文件配置 无头模式,增加了代理
|
- **2025-01-11** 增加了可以通过 .env 文件配置 无头模式,增加了代理
|
||||||
|
|
||||||
仓库部分源码来自[gpt-cursor-auto](https://github.com/hmhm2022/gpt-cursor-auto);自行优化了验证和邮箱自动注册逻辑;解决了无法获取邮箱验证码的问题。
|
灵感来自[gpt-cursor-auto](https://github.com/hmhm2022/gpt-cursor-auto);自行优化了验证和邮箱自动注册逻辑;解决了无法获取邮箱验证码的问题。
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user