chore: 測試兼容更舊的瀏覽器内核

* 效果不咋地, Edge 84 因爲 Marked.js 炸了
This commit is contained in:
CrescentLeaf
2025-10-03 23:33:06 +08:00
parent 0026cae639
commit c5ce13b13c
2 changed files with 18 additions and 2 deletions

View File

@@ -14,6 +14,8 @@
"@types/react": "npm:@types/react@18.3.1",
"@types/react-dom": "npm:@types/react-dom@18.3.1",
"@vitejs/plugin-react": "npm:@vitejs/plugin-react@4.7.0",
"vite-plugin-babel": "npm:vite-plugin-babel@1.3.2",
"@babel/preset-env": "npm:@babel/preset-env@7.28.3",
"react": "npm:react@18.3.1",
"react-dom": "npm:react-dom@18.3.1",
"vite": "npm:vite@7.0.6",