Add files via upload

This commit is contained in:
mskatoni
2026-03-22 17:37:24 +08:00
committed by GitHub
parent 5d2a330d52
commit 7e3b3d2b14
2 changed files with 4 additions and 4 deletions

View File

@@ -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 並完成代碼部署。

View File

@@ -1,4 +1,4 @@
name = "mail-worker"
name = "ni-mail"
main = "src/worker.js"
compatibility_date = "2024-09-23"
compatibility_flags = ["nodejs_compat"]