浏览代码

修改git

yangg 2 月之前
父节点
当前提交
9e6c692d23
共有 2 个文件被更改,包括 3 次插入0 次删除
  1. 1 0
      .gitignore
  2. 2 0
      package.json

+ 1 - 0
.gitignore

@@ -10,6 +10,7 @@ lerna-debug.log*
 node_modules
 dist
 dist-ssr
+electron-build
 *.local
 
 # Editor directories and files

+ 2 - 0
package.json

@@ -35,6 +35,8 @@
     "@vitejs/plugin-vue": "^5.2.1",
     "@vitejs/plugin-vue-jsx": "^4.1.1",
     "babel-plugin-import": "^1.13.8",
+    "electron": "^35.1.4",
+    "electron-builder": "^26.0.12",
     "style-resources-loader": "^1.5.0",
     "typescript": "~5.5.4",
     "unplugin-vue-components": "^28.4.1",