diff --git a/en/js/react-redux.md b/en/js/react-redux.md
index 1d5beb471dee4ef539f377e442d7f80a145504e3..061b1c88d97e3d1f34d132c0eafbf08d35e7fed7 100644
--- a/en/js/react-redux.md
+++ b/en/js/react-redux.md
@@ -9,7 +9,7 @@
-> [!TIP] [GitHub address](https://github.com/reduxjs/react-redux?tab=readme-ov-file)
+> [!TIP] [GitHub address](https://github.com/reduxjs/react-redux/tree/v9.1.0?tab=readme-ov-file)
## Installation and Usage
diff --git a/en/react-native-cookies-cookies.md b/en/react-native-cookies-cookies.md
index 760cd6eaf9d87a6ad1a2940b08a2eda3788dd2c9..112d4468d8cdd16672ca656ab40d332b2453a703 100644
--- a/en/react-native-cookies-cookies.md
+++ b/en/react-native-cookies-cookies.md
@@ -38,7 +38,7 @@ yarn add @react-native-oh-tpl/cookies
-HarmonyOS 中使用 react-native-cookies 需要配合 react-native-webview 使用,具体请参考[@react-native-oh-tpl/react-native-webview](/en/react-native-webview.md)
+On HarmonyOS, **react-native-cookies** must be used together with **react-native-webview**. For details, see [@react-native-oh-tpl/react-native-webview](/en/react-native-webview.md).
The following code shows the basic use scenario of the repository:
@@ -73,7 +73,7 @@ export interface Cookies {
export default function CookiesPage() {
const httpUrl = "https://www.baidu.com";
- const [result, setResult] = useState("请点击按钮,进行操作");
+ const [result, setResult] = useState("Touch the button to perform the operation.");
const webViewRef = useRef(null);
return (
@@ -90,12 +90,12 @@ export default function CookiesPage() {
onPress={async () => {
let cookieResult = await CookieManager.clearAll(true);
let result = cookieResult
- ? "清除所有cookie成功"
- : "清除所有cookie失败";
+ ? "All cookies cleared successfully."
+ : "Failed to clear all cookies.";
setResult(result + "");
}}
>
- clearAll()【清除所有cookie】
+ clearAll()【Clear all cookies.】
- get()【根据url获取cookie】
+ get()【Obtain cookies using the URL.】
- set()【根据url设置cookie】
+ set()【Set cookies using the URL.】
- clearByName()【根据名称删除cookie】
+ clearByName()【Delete cookies by name.】
{
let cookieResult = await CookieManager.removeSessionCookies();
let result = cookieResult
- ? "清除会话cookie成功"
- : "清除会话cookie失败";
+ ? "Session cookies cleared successfully."
+ : "Failed to clear session cookies.";
setResult(result);
}}
>
- removeSessionCookies()【清除会话cookie】
+ removeSessionCookies()【Clear session cookies.】
);
@@ -345,7 +345,7 @@ Check the release version information in the release address of the third-party
## Known Issues
-- [ ] 这四个方法getAll,setFromResponse,getFromResponse,flush 在ios是可用的andriod不可用,Harmony没有对应的api 问题: [issue#1](https://github.com/react-native-oh-library/react-native-cookies/issues/1)
+- [ ] The **getAll**, **setFromResponse**, **getFromResponse**, and **flush** methods are available on iOS, but not on Android. HarmonyOS does not have the corresponding API: [issue#1](https://github.com/react-native-oh-library/react-native-cookies/issues/1).
## Others
diff --git a/en/react-native-drag-sort.md b/en/react-native-drag-sort.md
index e6b7fb7d7a38706eba5c40156e3bd066578b7a78..9f224948485fb9c62f53aa93fc94ee019029d9b3 100644
--- a/en/react-native-drag-sort.md
+++ b/en/react-native-drag-sort.md
@@ -13,7 +13,7 @@
-> [!TIP] [GitHub address](https://github.com/mochixuan/react-native-drag-sort)
+> [!TIP] [GitHub address](https://github.com/react-native-oh-library/react-native-drag-sort)
## Installation and Usage
diff --git a/en/react-native-fit-Image.md b/en/react-native-fit-Image.md
index 41e2790ac52094c7d241a39617fdccf2de6bbbdd..6ad318d4f25354d8ba9b365398ee060b1e359e76 100644
--- a/en/react-native-fit-Image.md
+++ b/en/react-native-fit-Image.md
@@ -15,7 +15,7 @@
-> [!TIP] [GitHub address](https://github.com/huiseoul/react-native-fit-image)
+> [!TIP] [GitHub address](https://github.com/huiseoul/react-native-fit-image/tree/v1.5.5)
## Installation and Usage
diff --git a/en/react-native-fs.md b/en/react-native-fs.md
index d2f404a7a7d6698b1f624ef97ddd83aff589eb25..ac98b147ff937b595ead05f2bc97ba9bfa966f6d 100644
--- a/en/react-native-fs.md
+++ b/en/react-native-fs.md
@@ -3,7 +3,8 @@
react-native-fs
-This project is based on [react-native-fs@2.20.0](https://github.com/itinance/react-native-fs)。
+
+This project is based on [react-native-fs@2.20.0](https://github.com/itinance/react-native-fs/tree/v2.20.0)。
| Version | Package Name | Repository | Release |
| --------------------------- | ------------------------------------ | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
diff --git a/en/react-native-image-crop-picker.md b/en/react-native-image-crop-picker.md
index dbb8b3b03457c5b49651650db0d2da930bee0d82..c9fe55e5c3fa68a985aa3a7759c0fa31b44ca3e2 100644
--- a/en/react-native-image-crop-picker.md
+++ b/en/react-native-image-crop-picker.md
@@ -4,7 +4,7 @@
react-native-image-crop-picker
-This project is based on [react-native-image-crop-picker@0.40.3](https://github.com/ivpusic/react-native-image-crop-picker)。
+This project is based on [react-native-image-crop-picker@0.40.3](https://github.com/ivpusic/react-native-image-crop-picker/tree/v0.40.3)。
| Version | Package Name | Repository | Release |
| --------------------------- | ------------------------------------ | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
diff --git a/en/react-native-image-editor.md b/en/react-native-image-editor.md
index 450367b86881d8355eab370e54e3bf8c73b8ee4f..654b8644ad77a522db2ad942bf2153de4169bc2c 100644
--- a/en/react-native-image-editor.md
+++ b/en/react-native-image-editor.md
@@ -4,7 +4,7 @@
@react-native-community/image-editor
-This project is based on [@react-native-community/image-editor@3.2.0](https://github.com/callstack/react-native-image-editor).
+This project is based on [@react-native-community/image-editor@3.2.0](https://github.com/callstack/react-native-image-editor/tree/3.2.0).
This third-party library has been migrated to Gitee and is now available for direct download from npm, the new package name is: `@react-native-ohos/image-editor`, The version correspondence details are as follows:
diff --git a/en/react-native-vector-icons.md b/en/react-native-vector-icons.md
index 478cb7ee11698caa2e8280e91119871f57350815..a433d940384ce4cbff49ab9faa208b96e1b1f515 100644
--- a/en/react-native-vector-icons.md
+++ b/en/react-native-vector-icons.md
@@ -13,7 +13,7 @@
-> [!TIP] [GitHub address](https://github.com/oblador/react-native-vector-icons)
+> [!TIP] [GitHub address](https://github.com/oblador/react-native-vector-icons/tree/v10.0.3)
## Installation and Usage
diff --git a/zh-cn/js/react-redux.md b/zh-cn/js/react-redux.md
index fdf3bfb09f9ef3ff75cf647f085072048524b88f..61f864e67ee67bf206b6b1a740f7aceaec954943 100644
--- a/zh-cn/js/react-redux.md
+++ b/zh-cn/js/react-redux.md
@@ -9,7 +9,7 @@
-> [!TIP] [Github 地址](https://github.com/reduxjs/react-redux?tab=readme-ov-file)
+> [!TIP] [Github 地址](https://github.com/reduxjs/react-redux/tree/v9.1.0?tab=readme-ov-file)
## 安装与使用
diff --git a/zh-cn/react-native-drag-sort.md b/zh-cn/react-native-drag-sort.md
index 73655807fc0bd5327c63c9998b219de336ba48bc..121293c0aca05a867c9ceb8ac59227ac34f0556b 100644
--- a/zh-cn/react-native-drag-sort.md
+++ b/zh-cn/react-native-drag-sort.md
@@ -13,7 +13,7 @@
-> [!TIP] [Github 地址](https://github.com/mochixuan/react-native-drag-sort)
+> [!TIP] [Github 地址](https://github.com/react-native-oh-library/react-native-drag-sort)
## 安装与使用
diff --git a/zh-cn/react-native-fit-Image.md b/zh-cn/react-native-fit-Image.md
index cbfe749f35dbd650e41e10b3492a3f07d7b31b57..1a039e83a35bba1a3a4c63eb7894e645e61b2e02 100644
--- a/zh-cn/react-native-fit-Image.md
+++ b/zh-cn/react-native-fit-Image.md
@@ -15,7 +15,7 @@
-> [!TIP] [Github 地址](https://github.com/huiseoul/react-native-fit-image)
+> [!TIP] [Github 地址](https://github.com/huiseoul/react-native-fit-image/tree/v1.5.5)
## 安装与使用
diff --git a/zh-cn/react-native-fs.md b/zh-cn/react-native-fs.md
index 6652a41f36ea646a984cb7a5c4d01b53a9f219b3..c529da19781bb2c33e501b492f4afac29f790347 100644
--- a/zh-cn/react-native-fs.md
+++ b/zh-cn/react-native-fs.md
@@ -4,7 +4,7 @@
react-native-fs
-本项目基于 [react-native-fs@2.20.0](https://github.com/itinance/react-native-fs) 开发。
+本项目基于 [react-native-fs@2.20.0](https://github.com/itinance/react-native-fs/tree/v2.20.0) 开发。
| Version | Package Name | Repository | Release |
| --------------------------- | ------------------------------------ | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
diff --git a/zh-cn/react-native-image-crop-picker.md b/zh-cn/react-native-image-crop-picker.md
index 55540ec0f2abe5ea719d8eaeb311cef8bfdcb3ad..92efa7f31dd7507034d02af2aeed053c889892d9 100644
--- a/zh-cn/react-native-image-crop-picker.md
+++ b/zh-cn/react-native-image-crop-picker.md
@@ -4,7 +4,7 @@
react-native-image-crop-picker
-本项目基于 [react-native-image-crop-picker@0.40.3](https://github.com/ivpusic/react-native-image-crop-picker) 开发。
+本项目基于 [react-native-image-crop-picker@0.40.3](https://github.com/ivpusic/react-native-image-crop-picker/tree/v0.40.3) 开发。
| Version | Package Name | Repository | Release |
| --------------------------- | ------------------------------------ | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
diff --git a/zh-cn/react-native-image-editor.md b/zh-cn/react-native-image-editor.md
index 3e09cb2e6d8e026125094b5a30f43972f5dd039a..25f3a01dae8c416bcf3c7e5ce125c9e8398f096f 100644
--- a/zh-cn/react-native-image-editor.md
+++ b/zh-cn/react-native-image-editor.md
@@ -4,7 +4,7 @@
@react-native-community/image-editor
-本项目基于 [@react-native-community/image-editor@3.2.0](https://github.com/callstack/react-native-image-editor) 开发。
+本项目基于 [@react-native-community/image-editor@3.2.0](https://github.com/callstack/react-native-image-editor/tree/3.2.0) 开发。
该第三方库的仓库已迁移至 Gitee,且支持直接从 npm 下载,新的包名为:`@react-native-ohos/image-editor`,具体版本所属关系如下:
diff --git a/zh-cn/react-native-vector-icons.md b/zh-cn/react-native-vector-icons.md
index e5a3867239db3985d94342392af96a33c43a5491..fe702c5340b42b206be5e5104a7c0ed2f19328f3 100644
--- a/zh-cn/react-native-vector-icons.md
+++ b/zh-cn/react-native-vector-icons.md
@@ -13,7 +13,7 @@
-> [!TIP] [Github 地址](https://github.com/oblador/react-native-vector-icons)
+> [!TIP] [Github 地址](https://github.com/oblador/react-native-vector-icons/tree/v10.0.3)
## 安装与使用