From 26ada08e702dfc5c4387017c793299a225b566a0 Mon Sep 17 00:00:00 2001 From: arthur5841 Date: Thu, 11 Aug 2022 08:11:39 +0000 Subject: [PATCH] =?UTF-8?q?update=20README.md.=20=E6=9B=B4=E6=94=B9cbor-js?= =?UTF-8?q?=E6=89=80=E5=B1=9E=E5=88=86=E7=B1=BB=20Signed-off-by:arthur5841?= =?UTF-8?q??= 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 aebffc8..4512803 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ |:---:|:---:|:---:| | [protobufjs](https://github.com/protobufjs/protobuf.js) | 主要功能是序列化和反序列化,比xml更快,更高效,序列化后的体积也很小,受到广大开发者的喜爱。 | [sample地址](https://gitee.com/openharmony-tpc/protobuf)| | [commons-codec](https://github.com/apache/commons-codec) | 包含各种格式的简单编码器和解码器,例如 Base64 和 Hexadecimal。除了这些广泛使用的编码器和解码器之外,它还维护了一组语音编码实用程序。 | [sample地址](https://gitee.com/openharmony-tpc/commons-codec)| - +| [cbor-js](https://github.com/paroga/cbor-js) | 以纯 JavaScript 实现的简明二进制对象表示 (CBOR) 数据格式 ( RFC 7049 )。| [返回目录](#目录) @@ -79,7 +79,7 @@ |三方组件名称|描述|sample地址| |:---:|:---:|:---:| -| [cbor-js](https://github.com/paroga/cbor-js) | 以纯 JavaScript 实现的简明二进制对象表示 (CBOR) 数据格式 ( RFC 7049 )。| + [返回目录](#目录) -- Gitee