perf: finish web performance pass

This commit is contained in:
ZL-Q
2026-05-10 20:29:42 +08:00
parent 1e4871e337
commit 20abe0be0c
42 changed files with 1375 additions and 304 deletions
+6
View File
@@ -12,6 +12,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^10.1.0",
"@astrojs/react": "^5.0.4",
"@tailwindcss/vite": "^4.3.0",
"@types/react": "^19.2.14",
@@ -22,5 +23,10 @@
"react-dom": "^19.2.6",
"react-router-dom": "^7.15.0",
"tailwindcss": "^4.3.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@types/node": "^25.6.2",
"typescript": "^6.0.3"
}
}