From caa289bd7d32a0fd5f68412e65fa73be3422b698 Mon Sep 17 00:00:00 2001 From: farion1231 Date: Wed, 6 Aug 2025 07:49:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=20Electron=20=E5=88=B0?= =?UTF-8?q?=E6=9C=80=E6=96=B0=E7=A8=B3=E5=AE=9A=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 更新 Electron 从 28.0.0 到 32.2.5 - 提升安全性和性能 - 获得最新功能和bug修复 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7f19f66..53df9eb 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@types/react-dom": "^18.2.0", "@vitejs/plugin-react": "^4.2.0", "concurrently": "^8.2.0", - "electron": "28.0.0", + "electron": "^32.2.5", "electron-builder": "^24.0.0", "typescript": "^5.3.0", "vite": "^5.0.0"