diff --git a/en/react-native-secharts.md b/en/react-native-secharts.md
index ca415e868d367b7ac58ecd321f3ec4f3c7229a80..894537f29c49c98dff803af9e7c24f3cac002512 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 79a109eba0c618b0182642eda3efd74aa36c9c67..5ba5a9e0cb2d7d7427e1a4c090ac4f26a2ce2b5d 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失效
++
+
+```
+
下面的代码展示了这个库的基本使用场景: