[PR #173] [CLOSED] update #234

Closed
opened 2026-02-27 09:13:52 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/maillab/cloud-mail/pull/173
Author: @March7th0721
Created: 10/26/2025
Status: Closed

Base: mainHead: main


📝 Commits (10+)

  • e16da38 修复 wrangler 配置文件占位符替换时序问题 (#57)
  • 83d7817 新增权限域名限制和链接背景上传
  • 2df3e19 修复无法自适应浏览器语言
  • 8c20ccb 新增规则触发人机验证和加载失败提示
  • e5479b5 新增公告弹窗和无人收件开关
  • d6b685b 修复超级管理员账号会被禁用发件
  • f608a1c 新增支持API添加用户,查询邮件
  • 6404907 修复login_domain字段可能初始化失败
  • 6a0f5e9 修复其他语言下英语样式仍是中文的
  • f730dbf API Token 有效时间改成无限

📊 Changes

312 files changed (+15226 additions, -20607 deletions)

View changed files

.github/ISSUE_TEMPLATE/bug_report.md (+10 -0)
.github/ISSUE_TEMPLATE/feature_request.md (+10 -0)
.github/ISSUE_TEMPLATE/need-help.md (+10 -0)
📝 .github/workflows/deploy-cloudflare.yml (+31 -28)
📝 .gitignore (+2 -1)
📝 README-en.md (+11 -96)
📝 README.md (+24 -121)
doc/images/support.png (+0 -0)
📝 mail-vue/.env.dev (+2 -1)
mail-vue/.env.eo (+4 -0)
📝 mail-vue/.env.release (+3 -1)
📝 mail-vue/.env.remote (+2 -1)
📝 mail-vue/index.html (+106 -81)
mail-vue/package-lock.json (+0 -3906)
📝 mail-vue/package.json (+5 -3)
mail-vue/pnpm-lock.yaml (+5184 -0)
mail-vue/public/_headers (+4 -0)
mail-vue/public/mail-pwa.png (+0 -0)
mail-vue/public/mail.png (+0 -0)
mail-vue/public/tinymce/css/index.css (+46 -0)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/maillab/cloud-mail/pull/173 **Author:** [@March7th0721](https://github.com/March7th0721) **Created:** 10/26/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`e16da38`](https://github.com/maillab/cloud-mail/commit/e16da38bb2acb809653a1f2ab69aeeea784ba894) 修复 wrangler 配置文件占位符替换时序问题 (#57) - [`83d7817`](https://github.com/maillab/cloud-mail/commit/83d7817442e11966866dd049bd64789e26a4ce7b) 新增权限域名限制和链接背景上传 - [`2df3e19`](https://github.com/maillab/cloud-mail/commit/2df3e19d48ee56e1ff5394e952060e292e707003) 修复无法自适应浏览器语言 - [`8c20ccb`](https://github.com/maillab/cloud-mail/commit/8c20ccb608e4760de6827e86e986c4d43258b30d) 新增规则触发人机验证和加载失败提示 - [`e5479b5`](https://github.com/maillab/cloud-mail/commit/e5479b5f26c2e0369ca9dfc390d05314ea477c61) 新增公告弹窗和无人收件开关 - [`d6b685b`](https://github.com/maillab/cloud-mail/commit/d6b685b6baafa1b5a2fde488b8aa939df3433800) 修复超级管理员账号会被禁用发件 - [`f608a1c`](https://github.com/maillab/cloud-mail/commit/f608a1c547e6a20a52832a49c537cedba0f159ef) 新增支持API添加用户,查询邮件 - [`6404907`](https://github.com/maillab/cloud-mail/commit/6404907bd4d3b5f57f4dad4c7e0d6e324e1f6248) 修复login_domain字段可能初始化失败 - [`6a0f5e9`](https://github.com/maillab/cloud-mail/commit/6a0f5e9cd9d684598db8e2b018bf82832a33339b) 修复其他语言下英语样式仍是中文的 - [`f730dbf`](https://github.com/maillab/cloud-mail/commit/f730dbf50009218f42ddb86fb3578a6c1469eb9b) API Token 有效时间改成无限 ### 📊 Changes **312 files changed** (+15226 additions, -20607 deletions) <details> <summary>View changed files</summary> ➕ `.github/ISSUE_TEMPLATE/bug_report.md` (+10 -0) ➕ `.github/ISSUE_TEMPLATE/feature_request.md` (+10 -0) ➕ `.github/ISSUE_TEMPLATE/need-help.md` (+10 -0) 📝 `.github/workflows/deploy-cloudflare.yml` (+31 -28) 📝 `.gitignore` (+2 -1) 📝 `README-en.md` (+11 -96) 📝 `README.md` (+24 -121) ➕ `doc/images/support.png` (+0 -0) 📝 `mail-vue/.env.dev` (+2 -1) ➕ `mail-vue/.env.eo` (+4 -0) 📝 `mail-vue/.env.release` (+3 -1) 📝 `mail-vue/.env.remote` (+2 -1) 📝 `mail-vue/index.html` (+106 -81) ➖ `mail-vue/package-lock.json` (+0 -3906) 📝 `mail-vue/package.json` (+5 -3) ➕ `mail-vue/pnpm-lock.yaml` (+5184 -0) ➕ `mail-vue/public/_headers` (+4 -0) ➕ `mail-vue/public/mail-pwa.png` (+0 -0) ➕ `mail-vue/public/mail.png` (+0 -0) ➕ `mail-vue/public/tinymce/css/index.css` (+46 -0) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 09:13:52 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloud-mail-maillab#234
No description provided.