网站和推流制作完成

This commit is contained in:
2025-08-08 16:07:49 +08:00
parent 3f67c118de
commit 7894b155dd
87 changed files with 26936 additions and 73 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"
}
]
}