From 6bb461114aa42ceaf6bb17091b2b59b5db502cde Mon Sep 17 00:00:00 2001 From: sf1935769 Date: Tue, 26 Jul 2022 08:29:53 +0000 Subject: [PATCH] =?UTF-8?q?update=20README.md.=20add=20=E4=B8=89=E6=96=B9?= =?UTF-8?q?=E5=BA=93node-lru-cache=E6=8F=8F=E8=BF=B0=20Signed-off-by:sf193?= =?UTF-8?q?5769?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 00c956f..ad190df 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,6 @@ |:---:|:---:|:---:| | [lottie-web](https://github.com/airbnb/lottie-web) | lottie是一个动画库,它可以使用Bodymovin解析以json格式导出的Adobe After Effects动画,并在移动设备上进行本地渲染。 | [sample地址](https://gitee.com/openharmony-tpc/lottieETS)| -### 文件数据 - #### 文件解析 |三方组件名称|描述|sample地址| @@ -57,6 +55,7 @@ |:---:|:---:|:---:| | [lodash](https://github.com/lodash/lodash) | 提供模块性、性能和额外功能的现代JavaScript实用程序库。| | [libphonenumber-js](https://github.com/catamphetamine/libphonenumber-js) | 用于解析、格式化和验证国际电话号码。| +| [node-lru-cache](https://github.com/isaacs/node-lru-cache) | 一个删除最近最少使用算法的项目的缓存工具。| [返回目录](#目录) -- Gitee