From 1eb245b5397d610869a1e9c270830db01d2d2161 Mon Sep 17 00:00:00 2001 From: wangqiuyun <727176064@qq.com> Date: Wed, 17 Dec 2025 17:35:46 +0800 Subject: [PATCH 1/2] =?UTF-8?q?docs:=20[Issues:=20#ID7VS4]=20=E4=B8=89?= =?UTF-8?q?=E6=96=B9=E5=BA=93=E6=96=87=E6=A1=A3=E6=A0=B7=E5=BC=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangqiuyun <727176064@qq.com> --- en/react-native-doc-viewer.md | 2 +- zh-cn/react-native-doc-viewer.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/react-native-doc-viewer.md b/en/react-native-doc-viewer.md index 2b49f368..7c8b6300 100644 --- a/en/react-native-doc-viewer.md +++ b/en/react-native-doc-viewer.md @@ -48,7 +48,7 @@ The following code shows the basic use scenario of the repository: > [!WARNING] The name of the imported repository remains unchanged. -> [!TIP] This example relies on the @react-native-ohos/react-native-fs library and is introduced with reference to [@react-native-ohos/react-native-fs](react-native-fs.md). +> [!WARNING] This example relies on the @react-native-ohos/react-native-fs library and is introduced with reference to [@react-native-ohos/react-native-fs](react-native-fs.md). ```js import React, { Component } from 'react'; diff --git a/zh-cn/react-native-doc-viewer.md b/zh-cn/react-native-doc-viewer.md index 2032e9df..bb317b44 100644 --- a/zh-cn/react-native-doc-viewer.md +++ b/zh-cn/react-native-doc-viewer.md @@ -48,7 +48,7 @@ yarn add @react-native-ohos/react-native-doc-viewer > [!WARNING] 使用时 import 的库名不变。 -> [!TIP] 本示例依赖@react-native-ohos/react-native-fs 库,参照[@react-native-ohos/react-native-fs](react-native-fs.md)进行引入。 +> [!WARNING] 本示例依赖@react-native-ohos/react-native-fs 库,参照[@react-native-ohos/react-native-fs](react-native-fs.md)进行引入。 ```js import React, { Component } from 'react'; -- Gitee From 83bd238d82e0d9caf9a98360a48348f9076641e5 Mon Sep 17 00:00:00 2001 From: wangqiuyun <727176064@qq.com> Date: Wed, 17 Dec 2025 17:38:39 +0800 Subject: [PATCH 2/2] =?UTF-8?q?docs:=20[Issues:=20#ID7VS4]=20=E4=B8=89?= =?UTF-8?q?=E6=96=B9=E5=BA=93=E6=96=87=E6=A1=A3=E6=A0=B7=E5=BC=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangqiuyun <727176064@qq.com> --- en/react-native-doc-viewer.md | 2 +- zh-cn/react-native-doc-viewer.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/react-native-doc-viewer.md b/en/react-native-doc-viewer.md index 7c8b6300..3518e6a5 100644 --- a/en/react-native-doc-viewer.md +++ b/en/react-native-doc-viewer.md @@ -48,7 +48,7 @@ The following code shows the basic use scenario of the repository: > [!WARNING] The name of the imported repository remains unchanged. -> [!WARNING] This example relies on the @react-native-ohos/react-native-fs library and is introduced with reference to [@react-native-ohos/react-native-fs](react-native-fs.md). +> This example relies on the @react-native-ohos/react-native-fs library and is introduced with reference to [@react-native-ohos/react-native-fs](react-native-fs.md). ```js import React, { Component } from 'react'; diff --git a/zh-cn/react-native-doc-viewer.md b/zh-cn/react-native-doc-viewer.md index bb317b44..196f2e78 100644 --- a/zh-cn/react-native-doc-viewer.md +++ b/zh-cn/react-native-doc-viewer.md @@ -48,7 +48,7 @@ yarn add @react-native-ohos/react-native-doc-viewer > [!WARNING] 使用时 import 的库名不变。 -> [!WARNING] 本示例依赖@react-native-ohos/react-native-fs 库,参照[@react-native-ohos/react-native-fs](react-native-fs.md)进行引入。 +> 本示例依赖@react-native-ohos/react-native-fs 库,参照[@react-native-ohos/react-native-fs](react-native-fs.md)进行引入。 ```js import React, { Component } from 'react'; -- Gitee