Support temporary email PIN code rate and modify the suffix, and by default install PyInstaller.

This commit is contained in:
LOVE
2025-02-03 21:07:29 +08:00
parent 520769457d
commit 0395153b81
4 changed files with 24 additions and 5 deletions

View File

@@ -1,9 +1,16 @@
# 你的CF路由填写的域名
DOMAIN=xxxxx.me
# 邮件服务地址
# 注册临时邮件服务 https://tempmail.plus
TEMP_MAIL=xxxxxx
# 设置的PIN码
TEMP_MAIL_EPIN=xxxxxx
# 使用的后缀
TEMP_MAIL_EXT=@mailto.plus
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'