mirror of
https://github.com/maillab/cloud-mail.git
synced 2026-04-25 08:16:01 +03:00
[PR #215] 站内邮件直接站内发送,不通过resend #248
Labels
No labels
bug
enhancement
enhancement
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloud-mail-maillab#248
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/maillab/cloud-mail/pull/215
Author: @ygyang2023
Created: 12/20/2025
Status: 🔄 Open
Base:
main← Head:main📝 Commits (10+)
6f69740Update README.mded78638Create ads.txtf9b5820Merge branch 'maillab:main' into main58f0635Update wrangler.tomldba1840Create ads.txt43fceb8Create ads.txta21d538Create ads.txtc6c9e81Create ads.txtc38dc02Create ads.txtabb8918Merge branch 'maillab:main' into main📊 Changes
34 files changed (+17116 additions, -192 deletions)
View changed files
📝
README.md(+2 -2)➕
mail-vue/ads.txt(+3 -0)➕
mail-vue/package-lock.json(+8360 -0)📝
mail-vue/package.json(+1 -1)📝
mail-vue/pnpm-lock.yaml(+18 -35)➕
mail-vue/public/ads.txt(+3 -0)➕
mail-vue/src/ads.txt(+3 -0)📝
mail-vue/src/i18n/index.js(+4 -2)➕
mail-vue/src/i18n/wenyan.js(+266 -0)📝
mail-vue/src/i18n/zh-CN.js(+17 -0)📝
mail-vue/src/init/init.js(+1 -1)📝
mail-vue/src/request/my.js(+8 -0)📝
mail-vue/src/request/ouath.js(+4 -0)📝
mail-vue/src/router/index.js(+5 -0)➕
mail-vue/src/store/log.js(+176 -0)➕
mail-vue/src/views/ads.txt(+3 -0)📝
mail-vue/src/views/login/index.vue(+171 -19)📝
mail-vue/src/views/setting/index.vue(+112 -6)📝
mail-vue/src/views/sys-setting/index.vue(+567 -4)➕
mail-worker/ads.txt(+3 -0)...and 14 more files
📄 Description
只需要看修改的mail-worker/src/service/email-service.js就可以了,其他的是对于网站内链接跳转的修改
email-service.js
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.