更新文档

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. 参考 `pake.js` 中通信代码(搜索 `postMessage`),写好事件监听,然后用 `window.ipc.postMessage`将事件以及参数传递出来
3. 然后参考容器接收事件(搜索 `window.drag_window`),自己处理即可,更多可以参考 tauri 以及 wry 的官方文档
## 贡献者
<a href="https://github.com/tw93/pake/graphs/contributors">
<img src="https://contrib.rocks/image?repo=tw93/pake" />
</a>
## 最后
1. 希望大伙玩的过程中有一种学习新技术的喜悦感,如果有新点子欢迎告诉我

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.