From c1c89e7606d0fcaabd60e957924cad3228780d98 Mon Sep 17 00:00:00 2001 From: wangyingjun01 Date: Thu, 12 Jun 2025 14:58:38 +0800 Subject: [PATCH 1/2] =?UTF-8?q?docs:=20[Issues:=20#ICEOHV]=20=E8=A1=A5?= =?UTF-8?q?=E5=85=85EventBus=E5=BA=93=E7=9A=84=E5=BC=80=E6=BA=90=E5=8D=8F?= =?UTF-8?q?=E8=AE=AE=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangyingjun01 --- en/js/EventBus.md | 3 ++- zh-cn/js/EventBus.md | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/en/js/EventBus.md b/en/js/EventBus.md index 7c4a0e4d..659e310a 100644 --- a/en/js/EventBus.md +++ b/en/js/EventBus.md @@ -327,4 +327,5 @@ See for details [EventBus](https://github.com/krasimir/EventBus/blob/master/READ ## License -This project is licensed under [The MIT License (MIT)](https://www.mit-license.org/). +This project is licensed under [The MIT License (MIT)](https://github.com/krasimir/EventBus/blob/master/LICENSE). + diff --git a/zh-cn/js/EventBus.md b/zh-cn/js/EventBus.md index a1dd0539..5f5f7c21 100644 --- a/zh-cn/js/EventBus.md +++ b/zh-cn/js/EventBus.md @@ -324,3 +324,7 @@ export default EventBusDemo; ## 遗留问题 ## 其他 + +## 开源协议 + +本项目基于 [The MIT License (MIT)](https://github.com/krasimir/EventBus/blob/master/LICENSE) ,请自由地享受和参与开源。 -- Gitee From 222f9cc4ad9ac55acedad0af9d3cea14ff9bd420 Mon Sep 17 00:00:00 2001 From: wangyingjun01 Date: Fri, 13 Jun 2025 10:20:51 +0800 Subject: [PATCH 2/2] =?UTF-8?q?docs:=20[Issues:=20#ICEWI2]=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9react-native-root-toast=E6=96=87=E6=A1=A3=E7=9A=84gith?= =?UTF-8?q?ub=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangyingjun01 --- en/react-native-root-toast.md | 2 +- zh-cn/react-native-root-toast.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/react-native-root-toast.md b/en/react-native-root-toast.md index 0a35247b..482d8e46 100644 --- a/en/react-native-root-toast.md +++ b/en/react-native-root-toast.md @@ -13,7 +13,7 @@

-> [!TIP] [GitHub address](https://github.com/magicismight/react-native-root-toast) +> [!TIP] [GitHub address](https://github.com/magicismight/react-native-root-toast/tree/v3.5.1) ## Installation and Usage diff --git a/zh-cn/react-native-root-toast.md b/zh-cn/react-native-root-toast.md index fde25896..bcf63b8f 100644 --- a/zh-cn/react-native-root-toast.md +++ b/zh-cn/react-native-root-toast.md @@ -13,7 +13,7 @@

-> [!TIP] [Github 地址](https://github.com/magicismight/react-native-root-toast) +> [!TIP] [Github 地址](https://github.com/magicismight/react-native-root-toast/tree/v3.5.1) ## 安装与使用 -- Gitee