上传文件至 /

This commit is contained in:
2025-11-04 10:51:21 +08:00
commit 9f8419ce93
13 changed files with 371 additions and 0 deletions

15
manifest.json Normal file
View File

@@ -0,0 +1,15 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.png",
"type": "image/png",
"sizes": "512x512 192x192 64x64 32x32 24x24 16x16"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#ffffff",
"background_color": "#fff5f8"
}