docs: update
This commit is contained in:
parent
76c232ef00
commit
d4ac860cef
22
README.md
22
README.md
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue