[PR #79] [CLOSED] Xiyang card key system optimize #88

Closed
opened 2026-02-26 12:17:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/beilunyang/moemail/pull/79
Author: @xiyangone
Created: 9/18/2025
Status: Closed

Base: masterHead: xiyang-card-key-system-optimize


📝 Commits (10+)

  • 243190f feat: 修改品牌为XiYang风格 - 更新Logo、主题色彩和品牌名称
  • a4bba16 feat: 添加三花猫主题图标 - 更新Logo为三花猫设计,保持XiYang夕阳风格
  • 63d43c8 refactor: 重构SVG图标管理 - 将内联SVG提取为外部文件,使用三花猫主题设计
  • b52a0b5 feat: 完善品牌统一性 - 调整SVG尺寸,全面更新MoeMail为XiYang Mail品牌
  • d1a9d70 feat: 完善用户体验 - 去除临时文本,登录界面添加可爱颜文字,更新README图标引用
  • 0d00dec feat: 更新PNG图标文件 - 手动替换192x192和512x512图标为三花猫主题
  • 74dc9d0 ci: 支持xiyang-icon-modification分支自动部署
  • 5f5de27 fix: 修复页面标题和元数据 - 完全去除'临时'字样,统一品牌描述
  • 77ac8d9 fix: 恢复临时邮箱描述 - 保持功能描述的准确性
  • 2d73a3a fix: 修正描述为临时账号,保持邮箱服务关键词准确性

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/beilunyang/moemail/pull/79 **Author:** [@xiyangone](https://github.com/xiyangone) **Created:** 9/18/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `xiyang-card-key-system-optimize` --- ### 📝 Commits (10+) - [`243190f`](https://github.com/beilunyang/moemail/commit/243190f0d02d564dbf72cc947411da349003fc28) feat: 修改品牌为XiYang风格 - 更新Logo、主题色彩和品牌名称 - [`a4bba16`](https://github.com/beilunyang/moemail/commit/a4bba16331bf810232affb71e156f55838e5fd5f) feat: 添加三花猫主题图标 - 更新Logo为三花猫设计,保持XiYang夕阳风格 - [`63d43c8`](https://github.com/beilunyang/moemail/commit/63d43c863844e6bf77ff3616c4d76f5bc0b0f008) refactor: 重构SVG图标管理 - 将内联SVG提取为外部文件,使用三花猫主题设计 - [`b52a0b5`](https://github.com/beilunyang/moemail/commit/b52a0b5c99b03bd7b05a5b90cd73921a13034993) feat: 完善品牌统一性 - 调整SVG尺寸,全面更新MoeMail为XiYang Mail品牌 - [`d1a9d70`](https://github.com/beilunyang/moemail/commit/d1a9d701d2b693d4f15d9669ad01b3ff8f51815f) feat: 完善用户体验 - 去除临时文本,登录界面添加可爱颜文字,更新README图标引用 - [`0d00dec`](https://github.com/beilunyang/moemail/commit/0d00dec2ff7fb40da445dad42e5f49e189ad1438) feat: 更新PNG图标文件 - 手动替换192x192和512x512图标为三花猫主题 - [`74dc9d0`](https://github.com/beilunyang/moemail/commit/74dc9d00e2b69baa6e4007e206ac252d4edb4e34) ci: 支持xiyang-icon-modification分支自动部署 - [`5f5de27`](https://github.com/beilunyang/moemail/commit/5f5de274f394d8c652846dd65ea24d4a5950a342) fix: 修复页面标题和元数据 - 完全去除'临时'字样,统一品牌描述 - [`77ac8d9`](https://github.com/beilunyang/moemail/commit/77ac8d9f6ce550f2128057ffdd1c8bc8264ac2aa) fix: 恢复临时邮箱描述 - 保持功能描述的准确性 - [`2d73a3a`](https://github.com/beilunyang/moemail/commit/2d73a3af91b897edbf240b0dbb71ebbe4c9a4d13) fix: 修正描述为临时账号,保持邮箱服务关键词准确性 ### 📊 Changes **71 files changed** (+9742 additions, -20952 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </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-26 12:17:58 +03:00
Sign in to join this conversation.
No labels
pull-request
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/moemail#88
No description provided.