新增邮件发送和管理员功能

This commit is contained in:
eoao
2025-05-29 17:38:50 +08:00
parent de742d31e7
commit 2341d14b2d
364 changed files with 24202 additions and 1079 deletions

View File

@@ -1,6 +1,7 @@
name = "cloud-mail-test"
main = "src/index.js"
compatibility_date = "2025-04-09"
keep_vars = true
[observability]
enabled = true
@@ -22,12 +23,14 @@ bucket_name = "email-test"
[assets]
binding = "assets"
directory = "./dist"
not_found_handling = "single-page-application"
run_worker_first = true
[triggers]
crons = ["0 16 * * *"]
[vars]
orm_log = true
domain = ["", ""]
admin = ""
jwt_secret = ""
r2_domain = ""
site_key = ""
secret_key = ""