mirror of
https://github.com/beilunyang/moemail.git
synced 2025-12-24 11:30:51 +08:00
28 lines
621 B
JSON
28 lines
621 B
JSON
{
|
|
"title": "MoeMail",
|
|
"subtitle": "Cute Temporary Email Service",
|
|
"features": {
|
|
"privacy": {
|
|
"title": "Privacy Protection",
|
|
"description": "Protect your real email address"
|
|
},
|
|
"instant": {
|
|
"title": "Email Sharing",
|
|
"description": "Share your mailbox with others"
|
|
},
|
|
"expiry": {
|
|
"title": "Auto Expiry",
|
|
"description": "Automatically expires when due"
|
|
},
|
|
"openapi": {
|
|
"title": "Open API",
|
|
"description": "Full OpenAPI interface available"
|
|
}
|
|
},
|
|
"actions": {
|
|
"enterMailbox": "Enter Mailbox",
|
|
"getStarted": "Get Started"
|
|
}
|
|
}
|
|
|