From 65d06e5b694459ed2ef121d8a238d201c5795fc6 Mon Sep 17 00:00:00 2001 From: pangchengcheng <736268207@qq.com> Date: Thu, 28 Jul 2022 02:07:13 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9Rxjs=E7=9A=84=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0=20Signed-off-by:pangchengcheng<736268207@qq.com>?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca813b0..cbbe8be 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ |三方组件名称|描述|sample地址| |:---:|:---:|:---:| -| [rxjs](https://github.com/Reactive-Extensions/RxJS) | 响应式编程框架,在复杂异步操作上能保持代码简洁性。| +| [rxjs](https://github.com/Reactive-Extensions/RxJS) |一个通过使用可观察序列来合成异步和基于事件的程序的库。它扩展了观察者模式以支持数据/事件序列,并添加了运算符,允许您以声明方式将序列组合在一起。| [返回目录](#目录) -- Gitee