chore: docs

This commit is contained in:
younglei 2022-06-28 22:06:00 +08:00
parent 6527ee03dc
commit 54b44eb4b6

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