From d5c121babf8bcd68bc2efc2b94aef79ce72e3ad8 Mon Sep 17 00:00:00 2001 From: h1829116 Date: Tue, 26 Jul 2022 09:13:32 +0000 Subject: [PATCH] =?UTF-8?q?update=20README.md.=20add=20=E4=B8=89=E6=96=B9?= =?UTF-8?q?=E5=BA=93node-xml2js=E6=8F=8F=E8=BF=B0=EF=BC=8C=E5=B9=B6?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=BA=86=E5=A4=9A=E4=BD=99=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=20Signed-off-by:h1829116?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 38760d2..aafb8b7 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ |:---:|:---:|:---:| | [node-csv](https://github.com/adaltas/node-csv) | 可用于解析csv文件,生成csv文件 | [sample地址](https://gitee.com/openharmony-tpc/node-csv)| | [is-png ](https://gitee.com/openharmony-sig/is-png) | is-png是一个判断图片格式的库,根据图片的文件数据,判断图片是否为png格式。| [sample地址](https://gitee.com/openharmony-sig/is-png)| +| [node-xml2js ](https://github.com/Leonidas-from-XIV/node-xml2js) | XML 到 JavaScript 对象转换器。| [返回目录](#目录) @@ -62,7 +63,7 @@ |三方组件名称|描述|sample地址| |:---:|:---:|:---:| -| [RxJS](https://github.com/Reactive-Extensions/RxJS) | 响应式编程框架,在复杂异步操作上能保持代码简洁性。| +| [rxjs](https://github.com/Reactive-Extensions/RxJS) | 响应式编程框架,在复杂异步操作上能保持代码简洁性。| [返回目录](#目录) @@ -70,6 +71,5 @@ |三方组件名称|描述|sample地址| |:---:|:---:|:---:| | [pinyin4js](https://github.com/Kaifun/pinyin4js) | pinyin4js是一个汉字转拼音的Javascript开源库-零依赖。 | -| [rxjs](https://github.com/ReactiveX/rxjs) | JavaScript 的反应式编程库 | | [cbor-js](https://github.com/paroga/cbor-js) | cbor-js是以纯JavaScript实现的简明二进制对象表示(CBOR),支持cbor的编码和解码 | [返回目录](#目录) -- Gitee