diff --git a/README.md b/README.md index a3fe0d0..071df01 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,12 @@ npm run build 2. 参考 `pake.js` 中通信代码(搜索 `postMessage`),写好事件监听,然后用 `window.ipc.postMessage`将事件以及参数传递出来 3. 然后参考容器接收事件(搜索 `window.drag_window`),自己处理即可,更多可以参考 tauri 以及 wry 的官方文档 +## 贡献者 + + + + + ## 最后 1. 希望大伙玩的过程中有一种学习新技术的喜悦感,如果有新点子欢迎告诉我 diff --git a/README_EN.md b/README_EN.md index b35ae86..9ece866 100644 --- a/README_EN.md +++ b/README_EN.md @@ -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 + + + + + ## Finally 1. I hope that you will enjoy playing with it and let me know if you have any new ideas.