From d363ad2742e763d6a15030411d6b550f50dbef5e Mon Sep 17 00:00:00 2001 From: wangyue Date: Wed, 26 Mar 2025 18:53:30 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#IBWJI5]=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9react-native-secharts=E7=9A=84=E6=8C=87=E5=AF=BC?= =?UTF-8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/react-native-secharts.md | 11 +++++++++++ zh-cn/react-native-secharts.md | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/en/react-native-secharts.md b/en/react-native-secharts.md index ca415e86..894537f2 100644 --- a/en/react-native-secharts.md +++ b/en/react-native-secharts.md @@ -32,6 +32,17 @@ npm install react-native-secharts@1.7.0 yarn add react-native-secharts@1.7.0 ``` +> [!WARNING] The online echart file link that the library depends on has expired and needs to be replaced with a new domain name link to be introduced to use it normally + +```js + +// node_modules\react-native-secharts\main\dist\tmp\templates.js + +// // The linked certificate expired on Monday, March 10, 2025 at 09:02:41 ++ + +``` + The following code shows the basic use scenario of the repository: diff --git a/zh-cn/react-native-secharts.md b/zh-cn/react-native-secharts.md index 79a109eb..5ba5a9e0 100644 --- a/zh-cn/react-native-secharts.md +++ b/zh-cn/react-native-secharts.md @@ -32,6 +32,17 @@ npm install react-native-secharts@1.7.0 yarn add react-native-secharts@1.7.0 ``` +> [!WARNING] 该库依赖的在线echart文件链接已失效,需要替换新域名链接引入才能正常使用 + +```js + +// node_modules\react-native-secharts\main\dist\tmp\templates.js + +// // 该链接证书已于2025年3月10日星期一 09:02:41失效 ++ + +``` + 下面的代码展示了这个库的基本使用场景: -- Gitee