From 6d120fd02b2acad674c81cfac5a12f4128e39b42 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Tue, 25 Oct 2022 19:23:58 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E6=9B=B4=E6=96=B0=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ README_EN.md | 6 ++++++ 2 files changed, 12 insertions(+) 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.