未验证 提交 0fd73876 编写于 作者: O openharmony_ci 提交者: Gitee

!4847 master:website、导读修改及napi文件夹readme:需同步翻译

Merge pull request !4847 from 葛亚芳/master
...@@ -36,6 +36,9 @@ ...@@ -36,6 +36,9 @@
- [设备使用信息统计](device-usage-statistics/device-usage-statistics-overview.md) - [设备使用信息统计](device-usage-statistics/device-usage-statistics-overview.md)
- [DFX](dfx/hiappevent-overview.md) - [DFX](dfx/hiappevent-overview.md)
- [国际化](internationalization/international-overview.md) - [国际化](internationalization/international-overview.md)
- [IDL工具规格及使用说明书](IDL/idl-guidelines.md)
- [Native API的相关指导](napi/napi-guidelines.md)
### 工具 ### 工具
...@@ -51,9 +54,8 @@ DevEco Studio工具是OpenHarmony应用开发的推荐IDE工具。 ...@@ -51,9 +54,8 @@ DevEco Studio工具是OpenHarmony应用开发的推荐IDE工具。
API参考提供了OpenHarmony全量组件和接口的参考文档,可以帮助开发者快速查找到指定接口的详细描述和调用方法。 API参考提供了OpenHarmony全量组件和接口的参考文档,可以帮助开发者快速查找到指定接口的详细描述和调用方法。
内容包括: 内容包括:
- 接口参考 - [接口参考(JS及TS API)](reference/apis/js-apis-DataUriUtils.md)
- [JS及TS API参考](reference/apis/js-apis-DataUriUtils.md) - 接口参考(Native API)
- Native API - [OpenHarmony Native API](reference/native-apis/_o_h___native_x_component.md)
- [Native API参考](reference/native-apis/_o_h___native_x_component.md) - [Native API标准库](reference/native-lib/third_party_libc/musl.md)
- [标准库](reference/native-lib/third_party_libc/musl.md)
- [Node_API](reference/native-lib/third_party_napi/napi.md) - [Node_API](reference/native-lib/third_party_napi/napi.md)
...@@ -2,10 +2,9 @@ ...@@ -2,10 +2,9 @@
- [基于JS扩展的类Web开发范式](arkui-js/Readme-CN.md) - [基于JS扩展的类Web开发范式](arkui-js/Readme-CN.md)
- [基于TS扩展的声明式开发范式](arkui-ts/Readme-CN.md) - [基于TS扩展的声明式开发范式](arkui-ts/Readme-CN.md)
- 接口 - [接口参考(JS及TS API)](apis/Readme-CN.md)
- [JS(含eTS) API参考](apis/Readme-CN.md) - 接口参考(Native API)
- Native API
- [OpenHarmony Native API](./native-apis/Readme-CN.md) - [OpenHarmony Native API](./native-apis/Readme-CN.md)
- [标准库](native-lib/third_party_libc/musl.md) - [Native API标准库](native-lib/third_party_libc/musl.md)
- [Node_API](native-lib/third_party_napi/napi.md) - [Node_API](native-lib/third_party_napi/napi.md)
...@@ -184,11 +184,8 @@ ...@@ -184,11 +184,8 @@
- 基础功能开发 - 基础功能开发
- 公共事件与通知 - 公共事件与通知
- [公共事件与通知概述](notification/notification-brief.md) - [公共事件与通知概述](notification/notification-brief.md)
- 公共事件
- [公共事件开发指导](notification/common-event.md) - [公共事件开发指导](notification/common-event.md)
- 通知
- [通知开发指导](notification/notification.md) - [通知开发指导](notification/notification.md)
- 调试工具
- [调试助手使用指导](notification/assistant-guidelines.md) - [调试助手使用指导](notification/assistant-guidelines.md)
- 窗口管理 - 窗口管理
- 窗口 - 窗口
...@@ -559,7 +556,7 @@ ...@@ -559,7 +556,7 @@
- [文本选择弹窗](reference/arkui-ts/ts-methods-textpicker-dialog.md) - [文本选择弹窗](reference/arkui-ts/ts-methods-textpicker-dialog.md)
- [菜单](reference/arkui-ts/ts-methods-menu.md) - [菜单](reference/arkui-ts/ts-methods-menu.md)
- [文档中涉及到的内置枚举值](reference/arkui-ts/ts-appendix-enums.md) - [文档中涉及到的内置枚举值](reference/arkui-ts/ts-appendix-enums.md)
- 接口参考(JS及TS API参考 - 接口参考(JS及TS API)
- Ability框架 - Ability框架
- [@ohos.ability.dataUriUtils (DataUriUtils模块)](reference/apis/js-apis-DataUriUtils.md) - [@ohos.ability.dataUriUtils (DataUriUtils模块)](reference/apis/js-apis-DataUriUtils.md)
- [@ohos.ability.errorCode (ErrorCode)](reference/apis/js-apis-ability-errorCode.md) - [@ohos.ability.errorCode (ErrorCode)](reference/apis/js-apis-ability-errorCode.md)
...@@ -773,15 +770,15 @@ ...@@ -773,15 +770,15 @@
- [@system.storage (数据存储)](reference/apis/js-apis-system-storage.md) - [@system.storage (数据存储)](reference/apis/js-apis-system-storage.md)
- [@system.vibrator (振动)](reference/apis/js-apis-system-vibrate.md) - [@system.vibrator (振动)](reference/apis/js-apis-system-vibrate.md)
- [console (日志打印)](reference/apis/js-apis-logs.md) - [console (日志打印)](reference/apis/js-apis-logs.md)
- 接口参考(Native API) - 接口参考(Native API)
- OpenHarmony Native API - OpenHarmony Native API
- MyProject - MyProject
- [Native XComponent](reference/native-apis/_o_h___native_x_component.md) - [Native XComponent](reference/native-apis/_o_h___native_x_component.md)
- [Native_Bundle](reference/native-apis/_native___bundle.md) - [Native_Bundle](reference/native-apis/_native___bundle.md)
- [HiLog](_hi_log.md) - [HiLog](reference/native-apis/_hi_log.md)
- [NativeWindow](reference/native-apis/_native_window.md) - [NativeWindow](reference/native-apis/_native_window.md)
- [Drawing](_drawing.md) - [Drawing](reference/native-apis/_drawing.md)
- [Rawfile](rawfile.md) - [Rawfile](reference/native-apis/rawfile.md)
- 头文件 - 头文件
- [drawing_bitmap.h](reference/native-apis/drawing__bitmap_8h.md) - [drawing_bitmap.h](reference/native-apis/drawing__bitmap_8h.md)
- [drawing_brush.h](reference/native-apis/drawing__brush_8h.md) - [drawing_brush.h](reference/native-apis/drawing__brush_8h.md)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册