From 934834ed4da21be2a0cd46d503f85335ff8d942a Mon Sep 17 00:00:00 2001 From: 17691002584 <17691002584@163.com> Date: Tue, 25 Jun 2024 09:17:24 +0800 Subject: [PATCH 1/2] =?UTF-8?q?docs:=20[Issues:=20#I9SB79]=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0recyclerlistview=E4=BD=BF=E7=94=A8=E6=8C=87=E5=AF=BC?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zh-cn/recyclerListView.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zh-cn/recyclerListView.md b/zh-cn/recyclerListView.md index 87604e23..74d537f2 100644 --- a/zh-cn/recyclerListView.md +++ b/zh-cn/recyclerListView.md @@ -1,5 +1,5 @@ -> 模板版本:v0.1.2 +> 模板版本:v0.2.2

RecyclerListView

@@ -24,13 +24,13 @@ #### **npm** ```bash -npm install recyclerlistview +npm install recyclerlistview@^4.2.0 ``` #### **yarn** ```bash -yarn add recyclerlistview +yarn add recyclerlistview@^4.2.0 ``` -- Gitee From 6213ad9b0e5388f41b4972be7217a44c09fe8ef2 Mon Sep 17 00:00:00 2001 From: 17691002584 <17691002584@163.com> Date: Tue, 25 Jun 2024 14:20:37 +0800 Subject: [PATCH 2/2] =?UTF-8?q?docs:=20[Issues:=20#I9SB79]=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0recyclerlistview=E4=BD=BF=E7=94=A8=E6=8C=87=E5=AF=BC?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zh-cn/recyclerListView.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/recyclerListView.md b/zh-cn/recyclerListView.md index 74d537f2..7f2eadd9 100644 --- a/zh-cn/recyclerListView.md +++ b/zh-cn/recyclerListView.md @@ -188,7 +188,7 @@ const styles = { 本文档内容基于以下版本验证通过: -1. RNOH:0.72.11; SDK:OpenHarmony(api11) 4.1.0.53; IDE:DevEco Studio 4.1.3.412; ROM:2.0.0.52(SP22C00E52R1P17log); +1. RNOH:0.72.26; SDK:OpenHarmony(api12)5.0.0.22; IDE:DevEco Studio 5.0.3.300SP2; ROM:205.0.0.22(SP80DEVC00E22R1P3); ## 属性 -- Gitee