From 464f152df97700d87e86cc8e076bbab1859ada95 Mon Sep 17 00:00:00 2001 From: chengchongzhen <15939054361@163.com> Date: Sat, 18 Jan 2025 09:15:49 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.EN.md | 4 ++-- README.VI.md | 4 ++-- README.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.EN.md b/README.EN.md index e590d8c..79fd140 100644 --- a/README.EN.md +++ b/README.EN.md @@ -30,7 +30,7 @@ Automated account registration and token refreshing to free your hands. ### Example `.env` file: ```bash 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: ```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-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). diff --git a/README.VI.md b/README.VI.md index 2177a86..cb49744 100644 --- a/README.VI.md +++ b/README.VI.md @@ -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`: ```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) -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ụ: ```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-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). diff --git a/README.md b/README.md index 63e4ac6..8c47e7f 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ https://github.com/chengazhen/cursor-auto-free/releases ```bash 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-11** 增加了可以通过 .env 文件配置 无头模式,增加了代理 -仓库部分源码来自[gpt-cursor-auto](https://github.com/hmhm2022/gpt-cursor-auto);自行优化了验证和邮箱自动注册逻辑;解决了无法获取邮箱验证码的问题。 +灵感来自[gpt-cursor-auto](https://github.com/hmhm2022/gpt-cursor-auto);自行优化了验证和邮箱自动注册逻辑;解决了无法获取邮箱验证码的问题。