From 7e3b3d2b1467718b74fd12690ebf9e696f32ead7 Mon Sep 17 00:00:00 2001 From: mskatoni Date: Sun, 22 Mar 2026 17:37:24 +0800 Subject: [PATCH] Add files via upload --- README.md | 6 +++--- wrangler.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 42526c9..7ad5b1e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# mail-worker +# ni-mail -一個極簡的 Cloudflare Worker,用於接收域名郵件並提供 HTTP API 讀取。 +一個極簡的 Cloudflare Worker,用於接收私人域名郵件並提供 HTTP API 讀取。 無需資料庫、無需前端、無需 JWT,部署後即可通過 API 取得最新郵件內容。 @@ -21,7 +21,7 @@ ### 方式一:Cloudflare 一鍵部署 -[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/OWNER/REPO) +[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/mskatoni/ni-mail) 點擊按鈕後,Cloudflare 會自動 Fork 此 repo 並完成代碼部署。 diff --git a/wrangler.toml b/wrangler.toml index a2ad126..8a91f2e 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,4 +1,4 @@ -name = "mail-worker" +name = "ni-mail" main = "src/worker.js" compatibility_date = "2024-09-23" compatibility_flags = ["nodejs_compat"]