mirror of
https://github.com/beilunyang/moemail.git
synced 2026-04-25 11:25:54 +03:00
[PR #79] [CLOSED] Xiyang card key system optimize #88
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/moemail#88
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/beilunyang/moemail/pull/79
Author: @xiyangone
Created: 9/18/2025
Status: ❌ Closed
Base:
master← Head:xiyang-card-key-system-optimize📝 Commits (10+)
243190ffeat: 修改品牌为XiYang风格 - 更新Logo、主题色彩和品牌名称a4bba16feat: 添加三花猫主题图标 - 更新Logo为三花猫设计,保持XiYang夕阳风格63d43c8refactor: 重构SVG图标管理 - 将内联SVG提取为外部文件,使用三花猫主题设计b52a0b5feat: 完善品牌统一性 - 调整SVG尺寸,全面更新MoeMail为XiYang Mail品牌d1a9d70feat: 完善用户体验 - 去除临时文本,登录界面添加可爱颜文字,更新README图标引用0d00decfeat: 更新PNG图标文件 - 手动替换192x192和512x512图标为三花猫主题74dc9d0ci: 支持xiyang-icon-modification分支自动部署5f5de27fix: 修复页面标题和元数据 - 完全去除'临时'字样,统一品牌描述77ac8d9fix: 恢复临时邮箱描述 - 保持功能描述的准确性2d73a3afix: 修正描述为临时账号,保持邮箱服务关键词准确性📊 Changes
71 files changed (+9742 additions, -20952 deletions)
View changed files
📝
.github/workflows/deploy.yml(+7 -5)📝
.gitignore(+4 -0)📝
README.md(+462 -58)➕
app/admin/card-keys/page.tsx(+568 -0)➕
app/admin/settings/cleanup/page.tsx(+203 -0)➕
app/admin/users/page.tsx(+471 -0)➕
app/api/admin/card-keys/generate/route.ts(+181 -0)➕
app/api/admin/card-keys/route.ts(+133 -0)➕
app/api/admin/users/route.ts(+231 -0)➕
app/api/auth/card-key-login/route.ts(+53 -0)📝
app/api/auth/register/route.ts(+28 -13)➕
app/api/cleanup/temp-accounts/route.ts(+61 -0)➕
app/api/config/email-service/validate/route.ts(+65 -0)📝
app/api/config/route.ts(+138 -29)📝
app/api/emails/[id]/route.ts(+78 -88)📝
app/api/emails/generate/route.ts(+67 -65)📝
app/api/emails/route.ts(+62 -44)➕
app/api/temp-account/route.ts(+34 -0)📝
app/components/auth/login-form.tsx(+284 -99)📝
app/components/emails/email-list.tsx(+134 -123)...and 51 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.