From dcb315e3c367f29e0f8b8e40db819112dd34e4c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93=C3=B0=C3=87=E5=B3=BE?= Date: Thu, 21 Jul 2022 09:12:47 +0800 Subject: [PATCH] delete wrong type library link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ÓðÇ峾 --- README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index a70e404..5080640 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ 

OpenHarmony下可以直接使用的三方组件汇总

- ### 本库收集了在OpenHarmony中可以直接依赖使用的原JavaScript、TypeScript三方组件,也欢迎开发者增加三方组件提PR到列表中。 #### 1、三方组件名称:三方组件的名称 #### 2、描述:三方组件的基本功能描述 @@ -31,8 +30,7 @@ |三方组件名称|描述|sample地址| |:---:|:---:|:---:| | [node-csv](https://github.com/adaltas/node-csv) | 可用于解析csv文件,生成csv文件 | [sample地址](https://gitee.com/openharmony-tpc/node-csv)| -| [okio ](https://gitee.com/zdy09/okio) | okio 是一个通过数据流、序列化和文件系统来优化系统输入输出流的能力的库。| [sample地址](https://gitee.com/zdy09/okio)| - + [返回目录](#目录) #### 编码解码 @@ -54,11 +52,3 @@ [返回目录](#目录) -#### 网络相关 - -|三方组件名称|描述|sample地址| -|:---:|:---:|:---:| -| [httpclient](https://gitee.com/zdy09/httpclient) | httpclient是OpenHarmony 里一个高效执行的HTTP客户端,使用它可使您的内容加载更快,并节省您的流量。| [sample地址](https://gitee.com/zdy09/httpclient)| - - -[返回目录](#目录) \ No newline at end of file -- Gitee