add all project files

This commit is contained in:
huangzhenpc
2025-02-11 12:18:00 +08:00
parent 57848f219f
commit c6e50419b7
33 changed files with 2634 additions and 0 deletions

21
.env.example Normal file
View File

@@ -0,0 +1,21 @@
# 你的CF路由填写的域名
DOMAIN=nosqli.com
# 邮件服务地址
# 注册临时邮件服务 https://tempmail.plus
TEMP_MAIL=ademyyk
# 设置的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
MAIL_SERVER=https://tempmail.plus
# 代理
BROWSER_PROXY='http://127.0.0.1:2080'
# 无头模式 默认开启
BROWSER_HEADLESS='True'
# API配置
API_BASE_URL=http://api.example.com
API_TOKEN=your_api_token_here