diff --git a/zh-cn/README.md b/zh-cn/README.md index 0fed0080e1a6ced06a79ed940a308d34a9f0940b..27c2be88209fe91ca9cfe09e6f4c76640f5c6027 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 579cbd8f72e55f3741a445bd141573f83a66483a..b97e00a5dde6d14de935b6a8b381d7f3b6398728 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" ```