Explorar o código

Update .env.example and README files to include headless mode and proxy configuration details

cheng zhen hai 1 ano
pai
achega
e70239a005
Modificáronse 4 ficheiros con 10 adicións e 3 borrados
  1. 6 2
      .env.example
  2. 1 0
      README.EN.md
  3. 2 1
      README.VI.md
  4. 1 0
      README.md

+ 6 - 2
.env.example

@@ -1,5 +1,9 @@
 DOMAIN='xxxxx.me'
 TEMP_MAIL='xxxxxx'
 BROWSER_USER_AGENT='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.6723.92 Safari/537.36'
-BROWSER_PROXY='http://127.0.0.1:2080'
-BROWSER_HEADLESS='True'
+
+# 代理
+# BROWSER_PROXY='http://127.0.0.1:2080' 
+
+# 无头模式
+# BROWSER_HEADLESS='True'

+ 1 - 0
README.EN.md

@@ -82,5 +82,6 @@ This tool is for educational and research purposes only. Users bear full respons
 ## Update Log
 - **2025-01-09**: Added logs and auto-build feature.  
 - **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).

+ 2 - 1
README.VI.md

@@ -81,6 +81,7 @@ Công cụ này chỉ dành cho mục đích học tập và nghiên cứu. Ngư
 
 ## Nhật Ký Cập Nhật
 - **2025-01-09**: Thêm log, chức năng tự xây dự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.
 
 Một phần mã nguồn đến từ [gpt-cursor-auto](https://github.com/hmhm2022/gpt-cursor-auto).

+ 1 - 0
README.md

@@ -103,6 +103,7 @@ chmod +x ./CursorPro
 ## 更新日志
 2025-01-09 增加了 log 日志,方便调试,增加了退出cursor,自动构建功能
 2025-01-10 修改为使用 cloudflared 域名邮箱
+2025-01-11 增加了可以通过 .env 文件配置 无头模式,增加了代理
 
 仓库部分源码来自[gpt-cursor-auto](https://github.com/hmhm2022/gpt-cursor-auto);自行优化了验证和邮箱自动注册逻辑;解决了无法获取邮箱验证码的问题。