From 3f868564559dc87b7c2e7971e30790ecb4c70cac Mon Sep 17 00:00:00 2001 From: tiantian Date: Fri, 5 Jan 2024 17:55:44 +0800 Subject: [PATCH] =?UTF-8?q?[Issues:=20#I8TZBB]=20=E6=9B=B4=E6=96=B0zh-cn?= =?UTF-8?q?=E7=89=88=E6=9C=AClodash=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zh-cn/lodash.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/zh-cn/lodash.md b/zh-cn/lodash.md index c7e068e1..9dcc9f69 100644 --- a/zh-cn/lodash.md +++ b/zh-cn/lodash.md @@ -1,17 +1,16 @@ -> 模板版本:v0.0.1 +> 模板版本:v0.1.2

lodash

- License

+> [!tip] [Github 地址](https://github.com/lodash/lodash/tree/4.17.21) + ## 安装与使用 #### **yarn** @@ -56,7 +55,12 @@ lodashStable.findLastIndex(users, 'active'); ``` ### 兼容性 -要使用此库,需要使用正确的 React-Native 和 RNOH 版本。另外,还需要使用配套的 DevEco Studio 和 手机 ROM。 +在下述版本验证通过: + 1. IDE:Deveco Studio 4.1.3.412; + SDK: OpenHarmony (Api11) 4.1.0.53; + 测试设备: Mate40 Pro (NOH-AN00); + ROM: 2.0.0.52 (SP22C00E52R1P17log); + RNOH: 0.72.11。 ## 静态方法 -- Gitee