From dc78582509ed05beb1db0075755139728bc2e405 Mon Sep 17 00:00:00 2001
From: eoao
Date: Fri, 2 Jan 2026 23:09:00 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9README?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README-en.md | 53 +++++++++++++++++++++++++++++++++++-----------------
README.md | 43 +++++++++++++++++++++++++++++-------------
2 files changed, 66 insertions(+), 30 deletions(-)
diff --git a/README-en.md b/README-en.md
index f7a5db1..974ace5 100644
--- a/README-en.md
+++ b/README-en.md
@@ -1,21 +1,40 @@
-
-
+
+
Cloud Mail
+ A simple, responsive email service designed to run on Cloudflare Workers 🎉
+
+ 简体中文 | English
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
Cloud Mail
-
-
-
A minimalist, responsive email service for sending emails, deployable on Cloudflare 🎉
-
-
-
+## Description
+With only one domain, you can create multiple different email addresses, similar to major email platforms. This project can be deployed on Cloudflare Workers to reduce server costs and build your own email service.
## Project Showcase
-- [Online Demo](https://skymail.ink)
+- [Live Demo](https://skymail.ink)
- [Deployment Guide](https://doc.skymail.ink/en/)
-- [UI Deployment](https://doc.skymail.ink/en/guide/via-ui.html)
|  |  |
@@ -28,9 +47,9 @@
- **💻 Responsive Design**: Automatically adapts to both desktop and most mobile browsers.
-- **📧 Email Sending**: Integrated with Resend for bulk email sending, embedded images, attachments, and status tracking.
+- **📧 Email Sending**: Integrated with Resend, supporting bulk email sending and attachments.
-- **🛡️ Admin Features**: Admins can manage users and emails, with RBAC permission control to limit access to features and resources.
+- **🛡️ Admin Features**: Admin controls for user and email management with RBAC-based access control.
- **📦 Attachment Support**: Send and receive attachments, stored and downloaded via R2 object storage.
@@ -38,7 +57,7 @@
- **📡 Open API**: Supports batch user creation via API and multi-condition email queries
-- **📈 Data Visualization**: Use Echarts to visualize system data, including user email growth.
+- **📈 Data Visualization**: Use ECharts to visualize system data, including user email growth.
- **🎨 Personalization**: Customize website title, login background, and transparency.
@@ -48,7 +67,7 @@
## Tech Stack
-- **Serverless**: [Cloudflare Workers](https://developers.cloudflare.com/workers/)
+- **Platform**: [Cloudflare Workers](https://developers.cloudflare.com/workers/)
- **Web Framework**: [Hono](https://hono.dev/)
@@ -66,7 +85,7 @@
- **File Storage**: [Cloudflare R2](https://developers.cloudflare.com/r2/)
-## 目录结构
+## Project Structure
```
cloud-mail
diff --git a/README.md b/README.md
index 0c0284a..51b5086 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,34 @@
-
+
+
Cloud Mail
+ 基于 Cloudflare 的简约响应式邮箱服务,支持邮件发送、附件收发 🎉
+
+ 简体中文 | English
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
Cloud Mail
-
-
-
基于 Cloudflare 的简约响应式邮箱服务,支持邮件发送、附件收发 🎉
-
-
## 项目简介
@@ -20,7 +38,6 @@
- [在线演示](https://skymail.ink)
- [部署文档](https://doc.skymail.ink)
-- [界面部署](https://doc.skymail.ink/guide/via-ui.html)
|  |  |
|-----------------------|-----------------------|
@@ -45,7 +62,7 @@
- **📡 开放API**:支持使用API批量生成用户,多条件查询邮件
-- **📈 数据可视化**:使用Echarts对系统数据详情,用户邮件增长可视化显示
+- **📈 数据可视化**:使用ECharts对系统数据详情,用户邮件增长可视化显示
- **🎨 个性化设置**:可以自定义网站标题,登录背景,透明度
@@ -57,7 +74,7 @@
## 技术栈
-- **Serverless**:[Cloudflare Workers](https://developers.cloudflare.com/workers/)
+- **平台**:[Cloudflare Workers](https://developers.cloudflare.com/workers/)
- **Web框架**:[Hono](https://hono.dev/)