[PR #183] [CLOSED] 2 #238

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

📋 Pull Request Information

Original PR: https://github.com/maillab/cloud-mail/pull/183
Author: @bobo4545
Created: 11/3/2025
Status: Closed

Base: mainHead: main


📝 Commits (4)

  • e16da38 修复 wrangler 配置文件占位符替换时序问题 (#57)
  • 83d7817 新增权限域名限制和链接背景上传
  • 2df3e19 修复无法自适应浏览器语言
  • 8c20ccb 新增规则触发人机验证和加载失败提示

📊 Changes

50 files changed (+1032 additions, -444 deletions)

View changed files

📝 .github/workflows/deploy-cloudflare.yml (+23 -25)
📝 README-en.md (+3 -3)
📝 README.md (+3 -2)
doc/images/support.png (+0 -0)
📝 mail-vue/package-lock.json (+0 -7)
📝 mail-vue/package.json (+0 -1)
📝 mail-vue/src/App.vue (+1 -1)
📝 mail-vue/src/i18n/en.js (+17 -4)
📝 mail-vue/src/i18n/index.js (+2 -2)
📝 mail-vue/src/i18n/zh.js (+18 -5)
📝 mail-vue/src/init/init.js (+3 -1)
📝 mail-vue/src/layout/account/index.vue (+44 -11)
📝 mail-vue/src/layout/aside/index.vue (+2 -2)
📝 mail-vue/src/layout/index.vue (+0 -1)
📝 mail-vue/src/main.js (+1 -3)
📝 mail-vue/src/store/setting.js (+1 -0)
📝 mail-vue/src/utils/convert.js (+21 -2)
📝 mail-vue/src/utils/day.js (+2 -2)
📝 mail-vue/src/utils/file-utils.js (+9 -4)
📝 mail-vue/src/views/login/index.vue (+62 -19)

...and 30 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/183 **Author:** [@bobo4545](https://github.com/bobo4545) **Created:** 11/3/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`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) 新增规则触发人机验证和加载失败提示 ### 📊 Changes **50 files changed** (+1032 additions, -444 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/deploy-cloudflare.yml` (+23 -25) 📝 `README-en.md` (+3 -3) 📝 `README.md` (+3 -2) ➕ `doc/images/support.png` (+0 -0) 📝 `mail-vue/package-lock.json` (+0 -7) 📝 `mail-vue/package.json` (+0 -1) 📝 `mail-vue/src/App.vue` (+1 -1) 📝 `mail-vue/src/i18n/en.js` (+17 -4) 📝 `mail-vue/src/i18n/index.js` (+2 -2) 📝 `mail-vue/src/i18n/zh.js` (+18 -5) 📝 `mail-vue/src/init/init.js` (+3 -1) 📝 `mail-vue/src/layout/account/index.vue` (+44 -11) 📝 `mail-vue/src/layout/aside/index.vue` (+2 -2) 📝 `mail-vue/src/layout/index.vue` (+0 -1) 📝 `mail-vue/src/main.js` (+1 -3) 📝 `mail-vue/src/store/setting.js` (+1 -0) 📝 `mail-vue/src/utils/convert.js` (+21 -2) 📝 `mail-vue/src/utils/day.js` (+2 -2) 📝 `mail-vue/src/utils/file-utils.js` (+9 -4) 📝 `mail-vue/src/views/login/index.vue` (+62 -19) _...and 30 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:54 +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#238
No description provided.