fix: 修复无法切换git分支问题

This commit is contained in:
DLmaster361
2025-10-02 22:43:07 +08:00
parent 7952e88885
commit 33ee5c05a7
2 changed files with 346 additions and 44 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "frontend",
"private": true,
"version": "5.0.0-alpha.2",
"version": "v5.0.0-alpha.3",
"main": "dist-electron/main.js",
"scripts": {
"dev": "concurrently \"vite\" \"yarn watch:main\" \"yarn electron-dev\"",
@@ -113,4 +113,4 @@
"@types/node": "22.17.1"
},
"packageManager": "yarn@4.9.1"
}
}