diff --git a/README.md b/README.md index ebd0785ad08febe38caa4b1ac0158e5d1c6f7325..00c956f110d7e156c05a06df4c80c406bad4ff1a 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ - [文件数据](#文件数据) - [文件解析](#文件解析) - [编码解码](#编码解码) + - [工具库](#工具库) - [其他](#其他) ## 工具 @@ -48,6 +49,15 @@ | [commons-codec](https://github.com/apache/commons-codec) | 包含各种格式的简单编码器和解码器,例如 Base64 和 Hexadecimal。除了这些广泛使用的编码器和解码器之外,它还维护了一组语音编码实用程序。 | [sample地址](https://gitee.com/openharmony-tpc/commons-codec)| +[返回目录](#目录) + +### 工具库 + +|三方组件名称|描述|sample地址| +|:---:|:---:|:---:| +| [lodash](https://github.com/lodash/lodash) | 提供模块性、性能和额外功能的现代JavaScript实用程序库。| +| [libphonenumber-js](https://github.com/catamphetamine/libphonenumber-js) | 用于解析、格式化和验证国际电话号码。| + [返回目录](#目录) ### 其他