[PR #140] [CLOSED] 同步分支 #220

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

📋 Pull Request Information

Original PR: https://github.com/maillab/cloud-mail/pull/140
Author: @7788709
Created: 9/29/2025
Status: Closed

Base: mainHead: main


📝 Commits (10+)

  • 9366cf4 修复在不支持navigator.clipboard时写入剪贴板报错 (#75)
  • 9bc0f84 打包修复剪切板前端文件
  • 7f246a4 对字符串domain尝试转换为json (#79)
  • 66d4a1f 新增繁体中文
  • 4554ed1 修复切换语言时间格式没有变化
  • 7af465c Update issue templates
  • 0db9d9c 新增深色模式
  • ad15a95 修复全部邮件权限无效问题
  • 3d8342c 修复写邮件按钮位置靠右
  • 9c505a9 修复浏览器刷新时有黑影闪过

📊 Changes

294 files changed (+13274 additions, -19844 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 (+8 -3)
📝 .gitignore (+2 -1)
📝 mail-vue/.env.dev (+2 -1)
mail-vue/.env.eo (+4 -0)
📝 mail-vue/.env.release (+3 -1)
📝 mail-vue/.env.remote (+1 -0)
📝 mail-vue/index.html (+106 -82)
mail-vue/package-lock.json (+0 -3899)
📝 mail-vue/package.json (+4 -1)
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)
📝 mail-vue/public/tinymce/icons/default/icons.min.js (+1 -1)
📝 mail-vue/public/tinymce/langs/zh_CN.js (+1 -427)
mail-vue/public/tinymce/langs/zh_TW.js (+1 -0)

...and 80 more files

📄 Description

同步分支


🔄 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/140 **Author:** [@7788709](https://github.com/7788709) **Created:** 9/29/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`9366cf4`](https://github.com/maillab/cloud-mail/commit/9366cf47e781ad5c03cf49a702e48135e2eaf47e) 修复在不支持navigator.clipboard时写入剪贴板报错 (#75) - [`9bc0f84`](https://github.com/maillab/cloud-mail/commit/9bc0f8480e18e42c9e6d39951e365d47c663b86e) 打包修复剪切板前端文件 - [`7f246a4`](https://github.com/maillab/cloud-mail/commit/7f246a4417dc93a03972bda00ce8dc959415b90c) 对字符串domain尝试转换为json (#79) - [`66d4a1f`](https://github.com/maillab/cloud-mail/commit/66d4a1f8d9e69f23ad86dc87c08e3e0415cb3977) 新增繁体中文 - [`4554ed1`](https://github.com/maillab/cloud-mail/commit/4554ed13201966bd1892d8987b96fcfbc975b971) 修复切换语言时间格式没有变化 - [`7af465c`](https://github.com/maillab/cloud-mail/commit/7af465cbeb1a31772f390df03d53e2b568620114) Update issue templates - [`0db9d9c`](https://github.com/maillab/cloud-mail/commit/0db9d9c148ad8d8db0f06475526c3f6d46124707) 新增深色模式 - [`ad15a95`](https://github.com/maillab/cloud-mail/commit/ad15a95569bbfb5509e5e3bde8581a18945c9993) 修复全部邮件权限无效问题 - [`3d8342c`](https://github.com/maillab/cloud-mail/commit/3d8342ca36263537a0a7d1ef1fdbd9d3b728573e) 修复写邮件按钮位置靠右 - [`9c505a9`](https://github.com/maillab/cloud-mail/commit/9c505a904ec7e19488ed3151226576c98ff8a53c) 修复浏览器刷新时有黑影闪过 ### 📊 Changes **294 files changed** (+13274 additions, -19844 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` (+8 -3) 📝 `.gitignore` (+2 -1) 📝 `mail-vue/.env.dev` (+2 -1) ➕ `mail-vue/.env.eo` (+4 -0) 📝 `mail-vue/.env.release` (+3 -1) 📝 `mail-vue/.env.remote` (+1 -0) 📝 `mail-vue/index.html` (+106 -82) ➖ `mail-vue/package-lock.json` (+0 -3899) 📝 `mail-vue/package.json` (+4 -1) ➕ `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) 📝 `mail-vue/public/tinymce/icons/default/icons.min.js` (+1 -1) 📝 `mail-vue/public/tinymce/langs/zh_CN.js` (+1 -427) ➕ `mail-vue/public/tinymce/langs/zh_TW.js` (+1 -0) _...and 80 more files_ </details> ### 📄 Description 同步分支 --- <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:48 +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#220
No description provided.