feat(mail): Temp-Mail 服务类型实现完成

This commit is contained in:
cnlimiter
2026-03-17 01:09:10 +08:00
parent 76ce3b9bca
commit b8c61c8b50
9 changed files with 623 additions and 3 deletions
+2 -1
View File
@@ -351,7 +351,8 @@ const statusMap = {
service: {
tempmail: 'Tempmail.lol',
outlook: 'Outlook',
custom_domain: '自定义域名'
custom_domain: '自定义域名',
temp_mail: 'Temp-Mail(自部署)'
}
};