mirror of
https://github.com/mskatoni/ni-mail.git
synced 2026-07-20 04:21:30 +08:00
Add files via upload
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# mail-worker
|
||||
# ni-mail
|
||||
|
||||
一個極簡的 Cloudflare Worker,用於接收域名郵件並提供 HTTP API 讀取。
|
||||
一個極簡的 Cloudflare Worker,用於接收私人域名郵件並提供 HTTP API 讀取。
|
||||
|
||||
無需資料庫、無需前端、無需 JWT,部署後即可通過 API 取得最新郵件內容。
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
### 方式一:Cloudflare 一鍵部署
|
||||
|
||||
[](https://deploy.workers.cloudflare.com/?url=https://github.com/OWNER/REPO)
|
||||
[](https://deploy.workers.cloudflare.com/?url=https://github.com/mskatoni/ni-mail)
|
||||
|
||||
點擊按鈕後,Cloudflare 會自動 Fork 此 repo 並完成代碼部署。
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name = "mail-worker"
|
||||
name = "ni-mail"
|
||||
main = "src/worker.js"
|
||||
compatibility_date = "2024-09-23"
|
||||
compatibility_flags = ["nodejs_compat"]
|
||||
|
||||
Reference in New Issue
Block a user