From 3b0a885e29240267c77cf00148d8118865ece090 Mon Sep 17 00:00:00 2001 From: Louis-C7 Date: Wed, 24 Apr 2024 17:04:50 +0800 Subject: [PATCH] =?UTF-8?q?[Issues:=20#I9HZ41]=20=E5=89=94=E9=99=A4?= =?UTF-8?q?=E4=B8=89=E6=96=B9=E5=BA=93=E8=A7=84=E8=8C=83=E9=87=8C=E7=A7=81?= =?UTF-8?q?=E4=BB=93=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zh-cn/README.md | 16 ++++++++-------- zh-cn/specification.md | 16 ++-------------- 2 files changed, 10 insertions(+), 22 deletions(-) diff --git a/zh-cn/README.md b/zh-cn/README.md index 0fed008..27c2be8 100644 --- a/zh-cn/README.md +++ b/zh-cn/README.md @@ -29,20 +29,20 @@ - [Fabric 组件](/zh-cn/fabric.md) - [迁移三方库到新架构](/zh-cn/migration.md) -- 鸿蒙原生侧代码 +- 开源管理 - - [C++ NAPI 层](/zh-cn/cpp.md) - - [原生层](/zh-cn/native.md) - -- 发布 - - - [三方库文件结构整改(补丁形式)](/zh-cn/patch.md) + - [版本控制](/zh-cn/version-control.md) + - [HarmonyOS RN三方库规范](/zh-cn/specification.md) - [代码格式检查](/zh-cn/codelint.md) - - [开源管理](/zh-cn/open-source.md) - [本地打包三方库](/zh-cn/tgz.md) - [发布三方库到 Github Packages](/zh-cn/github-package.md) - [发布三方库到 NPM 官方仓](/zh-cn/npm.md) +- checklist + + - [发布 release checklist](/zh-cn/repositories-release-checklist.md) + - [usage-docs checklist](/zh-cn/usage-docs-checklist.md) + - 其他 - [常见问题 Q&A](/zh-cn/qa.md) diff --git a/zh-cn/specification.md b/zh-cn/specification.md index 579cbd8..b97e00a 100644 --- a/zh-cn/specification.md +++ b/zh-cn/specification.md @@ -73,17 +73,11 @@ HarmonyOS React-Native 三方库(以下简称 RNOH 三方库)是 React-Nativ 去掉组织名取后半段: -> "@react-native-oh-library/原包名后半段" // 私仓 - -> "@react-native-oh-tpl/原包名后半段" // 公仓 +> "@react-native-oh-tpl/原包名后半段" example: ```md -// 私仓 -"@react-native-community/slider" → "@react-native-oh-library/slider" - -// 公仓 "@shopify/flash-list" → "@react-native-oh-tpl/flash-list" ``` @@ -91,17 +85,11 @@ example: 直接添加新的组织名: -> "@react-native-oh-library/原包名" // 私仓 - -> "@react-native-oh-tpl/原包名" // 公仓 +> "@react-native-oh-tpl/原包名" example: ```md -// 私仓 -"react-native-translucent-modal" → "@react-native-oh-library/react-native-translucent-modal" - -// 公仓 "react-native-pager-view" → "@react-native-oh-tpl/react-native-pager-view" ``` -- Gitee