mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-05-10 17:43:31 +08:00
docs: update README feature overview
docs: update readme feature overview
This commit is contained in:
@@ -28,7 +28,6 @@
|
||||
### Improvements
|
||||
|
||||
- refactor: |Worker| 拆分 `mails_api/index.ts` 与 `admin_api/index.ts`,入口只负责挂路由,业务拆到各自的 `*_api.ts` 文件(`mails_crud.ts` / `new_address.ts` / `parsed_mail_api.ts` / `address_api.ts` / `address_sender_api.ts` / `sendbox_api.ts` / `statistics_api.ts` / `account_settings_api.ts`),保持路径与行为不变
|
||||
- chore: |CI| 将 Codium PR Agent 的 `CONFIG.MODEL` 与 `CONFIG.MODEL_TURBO` 调整为 `gpt-5.4-nano`
|
||||
|
||||
## v1.7.0
|
||||
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
### Improvements
|
||||
|
||||
- refactor: |Worker| Split `mails_api/index.ts` and `admin_api/index.ts` so the index files only wire routes. Business logic moved into dedicated `*_api.ts` files (`mails_crud.ts` / `new_address.ts` / `parsed_mail_api.ts` / `address_api.ts` / `address_sender_api.ts` / `sendbox_api.ts` / `statistics_api.ts` / `account_settings_api.ts`). Paths and behavior unchanged
|
||||
- chore: |CI| Change Codium PR Agent `CONFIG.MODEL` and `CONFIG.MODEL_TURBO` to `gpt-5.4-nano`
|
||||
|
||||
## v1.7.0
|
||||
|
||||
|
||||
@@ -40,7 +40,9 @@
|
||||
- **完全免费** - 基于 Cloudflare 免费服务构建,零成本运行
|
||||
- **高性能** - Rust WASM 邮件解析,响应速度极快
|
||||
- **现代化界面** - 响应式设计,支持多语言,操作简便
|
||||
- **地址密码** - 支持为邮箱地址设置独立密码,增强安全性 (通过 `ENABLE_ADDRESS_PASSWORD` 启用)
|
||||
- **地址密码** - 支持为邮箱地址设置独立密码,增强安全性
|
||||
- **Agent 友好** - 内置邮箱 [`skill`](skills/cf-temp-mail-agent-mail/SKILL.md),方便 AI agent 使用邮箱
|
||||
- **移动端管理** - 社区客户端 [CloudMail](https://github.com/Lur1N77777/CloudMail),支持 Android 管理后台和邮箱管理
|
||||
|
||||
## 部署文档 - 快速开始
|
||||
|
||||
|
||||
@@ -40,7 +40,9 @@
|
||||
- **Completely Free** - Built on Cloudflare's free services with zero cost
|
||||
- **High Performance** - Rust WASM email parsing for extremely fast response
|
||||
- **Modern UI** - Responsive design with multi-language support and easy operation
|
||||
- **Address Password** - Support setting individual passwords for email addresses to enhance security (enabled via `ENABLE_ADDRESS_PASSWORD`)
|
||||
- **Address Password** - Support setting individual passwords for email addresses to enhance security
|
||||
- **Agent-friendly** - Built-in mailbox [`skill`](skills/cf-temp-mail-agent-mail/SKILL.md) for AI agents
|
||||
- **Mobile admin** - Community client [CloudMail](https://github.com/Lur1N77777/CloudMail) for Android admin and mailbox management
|
||||
|
||||
## Deployment Documentation - Quick Start
|
||||
|
||||
|
||||
Reference in New Issue
Block a user