feat: Init

This commit is contained in:
beilunyang
2024-12-16 01:35:08 +08:00
commit cc7e5003c5
73 changed files with 15001 additions and 0 deletions

BIN
public/fonts/zpix.ttf Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

23
public/manifest.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "MoeMail",
"short_name": "MoeMail",
"description": "萌萌哒临时邮箱服务",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#826DD9",
"icons": [
{
"src": "/icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}