新增邮件发送和管理员功能
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
name = "cloud-mail"
|
||||
main = "src/index.js"
|
||||
compatibility_date = "2025-04-09"
|
||||
keep_vars = true
|
||||
|
||||
[observability]
|
||||
enabled = true
|
||||
@@ -22,11 +23,15 @@ enabled = true
|
||||
[assets]
|
||||
binding = "assets" #静态资源绑定名默认不可修改
|
||||
directory = "./dist" #前端vue项目打包的静态资源存放位置,默认dist
|
||||
not_found_handling = "single-page-application"
|
||||
run_worker_first = true
|
||||
|
||||
[triggers]
|
||||
crons = ["0 16 * * *"] #定时任务每天晚上12点执行
|
||||
|
||||
|
||||
#[vars]
|
||||
#orm_log = false
|
||||
#domain = [] #邮件域名可可配置多个 示例: ["example1.com","example2.com"]
|
||||
#admin = "" #管理员的邮箱 示例: admin@example.com
|
||||
#jwt_secret = "" #jwt令牌的密钥,随便填一串字符串
|
||||
#r2_domain = "" #r2对象存储桶的访问域名(可选)
|
||||
#site_key = "" #Turnstile人机验证的站点密钥(可选)
|
||||
#secret_key = "" #Turnstile人机验证的密钥(可选)
|
||||
|
||||
Reference in New Issue
Block a user