更新文档

This commit is contained in:
Tw93
2022-10-25 19:23:58 +08:00
parent 6d936df87e
commit 6d120fd02b
2 changed files with 12 additions and 0 deletions

View File

@@ -95,6 +95,12 @@ npm run build
2. refer to the communication code in `pake.js` (search for `postMessage`), write the event listener and then use `window.ipc.postMessage` to pass the event and its parameters.
3. then refer to the container to receive events (search for `window.drag_window`) and handle them yourself. for more information, refer to tauri and wry's official documentation.
## Contributors
<a href="https://github.com/tw93/pake/graphs/contributors">
<img src="https://contrib.rocks/image?repo=tw93/pake" />
</a>
## Finally
1. I hope that you will enjoy playing with it and let me know if you have any new ideas.