docs: update

This commit is contained in:
alex8088 2022-04-18 22:37:07 +08:00
parent 76c232ef00
commit d4ac860cef
2 changed files with 22 additions and 22 deletions

View file

@ -69,16 +69,16 @@ function createWindow() {
```shell ```shell
├──src ├──src
| ├──main ├──main
| | ├──index.js │ │ ├──index.js
| | └──... │ │ └──...
| ├──preload ├──preload
| | ├──index.js │ │ ├──index.js
| | └──... │ │ └──...
| └──renderer └──renderer
| ├──src ├──src
| ├──index.html ├──index.html
| └──... └──...
├──electron.vite.config.js ├──electron.vite.config.js
└──package.json └──package.json
``` ```
@ -332,4 +332,4 @@ async function resolveConfig(
## License ## License
[MIT](./LICENSE) [MIT](./LICENSE) © alex.wei

View file

@ -69,16 +69,16 @@ function createWindow() {
```shell ```shell
├──src ├──src
| ├──main ├──main
| | ├──index.js │ │ ├──index.js
| | └──... │ │ └──...
| ├──preload ├──preload
| | ├──index.js │ │ ├──index.js
| | └──... │ │ └──...
| └──renderer └──renderer
| ├──src ├──src
| ├──index.html ├──index.html
| └──... └──...
├──electron.vite.config.js ├──electron.vite.config.js
└──package.json └──package.json
``` ```
@ -332,4 +332,4 @@ async function resolveConfig(
## License ## License
[MIT](./LICENSE) @alex.wei [MIT](./LICENSE) © alex.wei