fix: UI overflow (#111)

* feat: UI overflow

* feat: add domain
This commit is contained in:
Dream Hunter
2024-04-10 13:25:26 +08:00
committed by GitHub
parent 165efa69cc
commit fbd2e0e844
5 changed files with 25 additions and 13 deletions

View File

@@ -2,6 +2,10 @@ name = "cloudflare_temp_email"
main = "src/worker.js"
compatibility_date = "2023-12-01"
node_compat = true
# if you want use custom_domain, you need to add routes
# routes = [
# { pattern = "temp-email-api.xxxxx.xyz", custom_domain = true },
# ]
[vars]
PREFIX = "tmp"