diff --git a/README.md b/README.md index 47f8f8d937eb1cdb4b2e60b5a9301a8533f7b512..3384dea4ed3c65d709e274d6fc76530034f713e3 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,17 @@ ## 概述 -该文档旨在帮助开发者在OpenHarmony平台使用React Native OpenHarmony的第三方库,并呈现每个三方库的信息。 +该文档旨在帮助开发者在 OpenHarmony 平台使用 React Native OpenHarmony 的第三方库,并呈现每个三方库的信息。 ## RNOH 三方库总览 | 序号 | 原库名 | 原库基线版本 | 原库是否支持新架构 | 鸿蒙化进度 | 已发布的最新版本 | 文档链接 | :----------: | :----------: | :----------: | :----------: | :----------: | :----------: | :----------: | -| 1 | @react-native-community/slider | 4.4.3 | 是 | 90% | [@react-native-oh-library/slider@4.4.3-0.1.1](https://github.com/react-native-oh-library/react-native-slider/releases/tag/4.4.3-0.1.1) | [链接](zh-cn/react-native-slider.md) | -| 3 | @react-native-picker/picker | 2.5.1 | 是 | 90% | [@react-native-oh-library/picker@2.5.1-0.0.1](https://github.com/react-native-oh-library/picker/releases/tag/2.5.1-0.0.1) | [链接](zh-cn/picker.md) | +| 1 | @react-native-async-storage/async-storage | 1.19.5 | 是 | 100% | [@react-native-oh-library/async-storage@1.19.5-0.0.3](https://github.com/react-native-oh-library/async-storage/releases/tag/1.19.5-0.0.3) | [链接](zh-cn/async-storage.md) | +| 2 | @react-native-picker/picker | 2.5.1 | 否 | 90% | [@react-native-oh-library/picker@2.5.1-0.0.1](https://github.com/react-native-oh-library/picker/releases/tag/2.5.1-0.0.1) | [链接](zh-cn/picker.md) | +| 3 | @react-native-community/checkbox | 0.5.16 | 否 | 100% | [@react-native-oh-library/checkbox@0.5.16-0.0.1](https://github.com/react-native-oh-library/react-native-checkbox/releases/tag/0.5.16-0.0.1) | [链接](zh-cn/react-native-checkbox.md) | +| 4 | @react-native-community/slider | 4.4.3 | 是 | 90% | [@react-native-oh-library/slider@4.4.3-0.1.1](https://github.com/react-native-oh-library/react-native-slider/releases/tag/4.4.3-0.1.1) | [链接](zh-cn/react-native-slider.md) | ## 社区 + +[react-native-oh-library](https://github.com/react-native-oh-library) \ No newline at end of file diff --git a/_sidebar.md b/_sidebar.md index 220d75e1437a6781a89a188066beecda5ac2ddc3..c0190f8a1d961a152915ffd403763cc5eab79eb6 100644 --- a/_sidebar.md +++ b/_sidebar.md @@ -3,6 +3,7 @@ - 三方库说明文档合集 + - [@react-native-async-storage/async-storage](zh-cn/async-storage.md) - [@react-native-community/slider](zh-cn/react-native-slider.md) - [@react-native-community/checkbox](zh-cn/react-native-checkbox.md) - [@react-native-picker/picker](zh-cn/picker.md) diff --git a/img/logo.ico b/img/logo.ico index ab7dccabe8e3669251223047e7660c853f5dc5a4..5c125de5d897c1ff5692a656485b3216123dcd89 100644 Binary files a/img/logo.ico and b/img/logo.ico differ diff --git a/img/react.svg b/img/react.svg index 60069956389076bff0f26062b0007a88865249a5..21d9b1b1f107d96e09939eb6e04fa01ff108a19e 100644 --- a/img/react.svg +++ b/img/react.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/index.html b/index.html index 99d1b2444ba8a2e58e0677ed2affbbcd3335b3e0..12591fc60f963686c74621ae2acdd74669d566f7 100644 --- a/index.html +++ b/index.html @@ -7,11 +7,10 @@ - + - @@ -79,6 +78,26 @@ scroll: false, // 启用滚动 height: 300 // 折叠高度 }, + plugins: [ + function (hook, vm) { + // load livere + hook.beforeEach(function(content) { + var comment = "
\n\n----\n" + return content + comment; + }); + + hook.doneEach(function() { + (function(d, s) { + var j, e = d.getElementsByTagName(s)[0]; + if (typeof LivereTower === 'function') { return; } + j = d.createElement(s); + j.src = 'https://cdn-city.livere.com/js/embed.dist.js'; + j.async = true; + e.parentNode.insertBefore(j, e); + })(document, 'script'); + }); + }, + ], } @@ -95,16 +114,11 @@ - - - - - - > + @@ -114,5 +128,7 @@ + +