Fix README.md Error

This commit is contained in:
fan9704 2022-06-27 15:31:00 +08:00
parent dae6924546
commit 1065ca9c1f

View File

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