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
├──src
| ├──main
| | ├──index.js
| | └──...
| ├──preload
| | ├──index.js
| | └──...
| └──renderer
| ├──src
| ├──index.html
| └──...
├──main
│ │ ├──index.js
│ │ └──...
├──preload
│ │ ├──index.js
│ │ └──...
└──renderer
├──src
├──index.html
└──...
├──electron.vite.config.js
└──package.json
```
@ -332,4 +332,4 @@ async function resolveConfig(
## License
[MIT](./LICENSE)
[MIT](./LICENSE) © alex.wei

View file

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