React框架初始化

This commit is contained in:
myh
2024-06-05 16:10:03 +08:00
parent 40ef14af6b
commit 87132fa2ff
13 changed files with 22158 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"short_name": "IoT Device Management",
"name": "IoT Device Management",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": "./index.html",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}