Skip to content

Commit 1e93253

Browse files
committed
修改README
1 parent 877f03a commit 1e93253

File tree

2 files changed

+64
-28
lines changed

2 files changed

+64
-28
lines changed

README-en.md

Lines changed: 35 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,40 @@
1-
21
<p align="center">
3-
<img src="doc/demo/logo.png" width="80px" />
2+
<img src="doc/demo/logo.png" width="80px" />
3+
<h1 align="center">Cloud Mail</h1>
4+
<p align="center">A simple, responsive email service for sending emails, deployable on Cloudflare 🎉</p>
5+
<p align="center">
6+
<a href="/README.md" style="margin-left: 5px">简体中文</a> | English
7+
</p>
8+
<p align="center">
9+
<a href="https://github.com/maillab/cloud-mail/tree/main?tab=MIT-1-ov-file" target="_blank" >
10+
<img src="https://img.shields.io/badge/license-MIT-green" />
11+
</a>
12+
<a href="https://github.com/maillab/cloud-mail/releases" target="_blank" >
13+
<img src="https://img.shields.io/github/v/release/maillab/cloud-mail" alt="releases" />
14+
</a>
15+
<a href="https://github.com/maillab/cloud-mail/issues" >
16+
<img src="https://img.shields.io/github/issues/maillab/cloud-mail" alt="issues" />
17+
</a>
18+
<a href="https://github.com/maillab/cloud-mail/stargazers" target="_blank">
19+
<img src="https://img.shields.io/github/stars/maillab/cloud-mail" alt="stargazers" />
20+
</a>
21+
<a href="https://github.com/maillab/cloud-mail/forks" target="_blank" >
22+
<img src="https://img.shields.io/github/forks/maillab/cloud-mail" alt="forks" />
23+
</a>
24+
</p>
25+
<p align="center">
26+
<a href="https://trendshift.io/repositories/14418" target="_blank" >
27+
<img src="https://trendshift.io/api/badge/repositories/14418" alt="trendshift" >
28+
</a>
29+
</p>
430
</p>
531

6-
<div align="center">
7-
<h1>Cloud Mail</h1>
8-
</div>
9-
<div align="center">
10-
<h4>A minimalist, responsive email service for sending emails, deployable on Cloudflare 🎉</h4>
11-
</div>
12-
13-
32+
## Description
33+
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.
1434
## Project Showcase
1535

16-
- [Online Demo](https://skymail.ink)<br>
36+
- [Live Demo](https://skymail.ink)<br>
1737
- [Deployment Guide](https://doc.skymail.ink/en/)<br>
18-
- [UI Deployment](https://doc.skymail.ink/en/guide/via-ui.html)
1938

2039

2140
| ![](/doc/demo/demo1.png) | ![](/doc/demo/demo2.png) |
@@ -28,9 +47,9 @@
2847

2948
- **💻 Responsive Design**: Automatically adapts to both desktop and most mobile browsers.
3049

31-
- **📧 Email Sending**: Integrated with Resend for bulk email sending, embedded images, attachments, and status tracking.
50+
- **📧 Email Sending**: Integrated with Resend, supporting bulk email sending, embedded images, and attachments.
3251

33-
- **🛡️ Admin Features**: Admins can manage users and emails, with RBAC permission control to limit access to features and resources.
52+
- **🛡️ Admin Features**: Admin controls for user and email management with RBAC-based access control.
3453

3554
- **📦 Attachment Support**: Send and receive attachments, stored and downloaded via R2 object storage.
3655

@@ -48,7 +67,7 @@
4867

4968
## Tech Stack
5069

51-
- **Serverless**: [Cloudflare Workers](https://developers.cloudflare.com/workers/)
70+
- **Platform**: [Cloudflare Workers](https://developers.cloudflare.com/workers/)
5271

5372
- **Web Framework**: [Hono](https://hono.dev/)
5473

@@ -66,7 +85,7 @@
6685

6786
- **File Storage**: [Cloudflare R2](https://developers.cloudflare.com/r2/)
6887

69-
## 目录结构
88+
## Project Structure
7089

7190
```
7291
cloud-mail

README.md

Lines changed: 29 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,34 @@
11
<p align="center">
2-
<img src="doc/demo/logo.png" width="80px" />
2+
<img src="doc/demo/logo.png" width="80px" />
3+
<h1 align="center">Cloud Mail</h1>
4+
<p align="center">基于 Cloudflare 的简约响应式邮箱服务,支持邮件发送、附件收发 🎉</p>
5+
<p align="center">
6+
简体中文 | <a href="/README-en.md" style="margin-left: 5px">English </a>
7+
</p>
8+
<p align="center">
9+
<a href="https://github.com/maillab/cloud-mail/tree/main?tab=MIT-1-ov-file" target="_blank" >
10+
<img src="https://img.shields.io/badge/license-MIT-green" />
11+
</a>
12+
<a href="https://github.com/maillab/cloud-mail/releases" target="_blank" >
13+
<img src="https://img.shields.io/github/v/release/maillab/cloud-mail" alt="releases" />
14+
</a>
15+
<a href="https://github.com/maillab/cloud-mail/issues" >
16+
<img src="https://img.shields.io/github/issues/maillab/cloud-mail" alt="issues" />
17+
</a>
18+
<a href="https://github.com/maillab/cloud-mail/stargazers" target="_blank">
19+
<img src="https://img.shields.io/github/stars/maillab/cloud-mail" alt="stargazers" />
20+
</a>
21+
<a href="https://github.com/maillab/cloud-mail/forks" target="_blank" >
22+
<img src="https://img.shields.io/github/forks/maillab/cloud-mail" alt="forks" />
23+
</a>
24+
</p>
25+
<p align="center">
26+
<a href="https://trendshift.io/repositories/14418" target="_blank" >
27+
<img src="https://trendshift.io/api/badge/repositories/14418" alt="trendshift" >
28+
</a>
29+
</p>
330
</p>
431

5-
<div align="center">
6-
<h1>Cloud Mail</h1>
7-
</div>
8-
<div align="center">
9-
<h4>基于 Cloudflare 的简约响应式邮箱服务,支持邮件发送、附件收发 🎉</h4>
10-
</div>
11-
<div align="center">
12-
<span>简体中文 | <a href="/README-en.md" style="margin-left: 5px">English </a></span>
13-
</div>
1432

1533
## 项目简介
1634

@@ -20,7 +38,6 @@
2038

2139
- [在线演示](https://skymail.ink)<br>
2240
- [部署文档](https://doc.skymail.ink)<br>
23-
- [界面部署](https://doc.skymail.ink/guide/via-ui.html)
2441

2542
| ![](/doc/demo/demo1.png) | ![](/doc/demo/demo2.png) |
2643
|-----------------------|-----------------------|
@@ -57,7 +74,7 @@
5774

5875
## 技术栈
5976

60-
- **Serverless**[Cloudflare Workers](https://developers.cloudflare.com/workers/)
77+
- **平台**[Cloudflare Workers](https://developers.cloudflare.com/workers/)
6178

6279
- **Web框架**[Hono](https://hono.dev/)
6380

0 commit comments

Comments
 (0)