From 1ec0bad5530ea64a4131960d9645f68f293aa1f5 Mon Sep 17 00:00:00 2001 From: duke Date: Thu, 30 May 2024 13:46:50 +0800 Subject: [PATCH] =?UTF-8?q?doc:=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/library/README.md b/library/README.md index b6f60f8..5ad9a35 100644 --- a/library/README.md +++ b/library/README.md @@ -64,6 +64,7 @@ EventPost.getDefault().post("msgId", "arg1", { params1: "bbb" }) | on | string,function,sticky | 注册订阅方法,并配置是否支持粘性 | | off | string,function | 反注册订阅方法 | | once | string,function | 注册一次性订阅方法 | +| post | string,...args:any[] | 发送消息 | ### Subscriber 装饰器 @@ -95,9 +96,9 @@ DevEco Studio: 4.1.3.700, SDK: API11 DP2 (B.0.73) ## 贡献代码 -使用过程中发现任何问题都可以提 [Issue](https://gitee.com/Duke_Bit/hrouter/issues) -给我,当然,我也非常欢迎你给我发 [PR](https://gitee.com/Duke_Bit/hrouter) 。 +使用过程中发现任何问题都可以提 [Issue](https://gitee.com/Duke_Bit/eventpost/issues) +给我,当然,我也非常欢迎你给我发 [PR](https://gitee.com/Duke_Bit/eventpost) 。 ## 开源协议 -本项目基于 [MIT license](https://gitee.com/Duke_Bit/hrouter/blob/master/LICENSE) ,请自由地享受和参与开源。 \ No newline at end of file +本项目基于 [MIT license](https://gitee.com/Duke_Bit/eventpost/blob/master/LICENSE) ,请自由地享受和参与开源。 \ No newline at end of file -- Gitee