initialˆ

This commit is contained in:
2025-09-30 12:54:29 +08:00
commit acdf544b08
117 changed files with 20260 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"name": "ReisaSpasol | MaimaiDX",
"short_name": "ReisaSpasol",
"description": "专注于Java、Spring Boot、微服务等后端技术开发的个人作品集网站",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#4F46E5",
"icons": [
{
"src": "./assets/icon.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "./assets/icon.png",
"sizes": "512x512",
"type": "image/png"
}
]
}