Merge branch 'main' of github.com:caoxiemeihao/electron-vue-vite into main

This commit is contained in:
草鞋没号 2022-06-29 08:37:14 +08:00
commit 2319e339ec

View File

@ -38,7 +38,7 @@ npm create electron-vite
+ │ ├─┬ main
+ │ │ └── index.ts entry of Electron-main
+ │ └─┬ preload
+ │ └── splash.ts entry of Electron-preload
+ │ └── index.ts entry of Electron-preload
├─┬ src
│ └── main.ts entry of Electron-renderer
├── index.html