From b1ce1332d9d60cd75cba996a5483a1887d65951f Mon Sep 17 00:00:00 2001 From: wangjiangying <3227687462@qq.com> Date: Wed, 27 Jul 2022 11:46:51 +0800 Subject: [PATCH] =?UTF-8?q?Native=20API=20Readme=E7=BB=93=E6=9E=84?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangjiangying <3227687462@qq.com> --- .../reference/native-apis/Readme-CN.md | 50 +++++++++---------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/zh-cn/application-dev/reference/native-apis/Readme-CN.md b/zh-cn/application-dev/reference/native-apis/Readme-CN.md index f11bbcfaea..f8b7f9562b 100644 --- a/zh-cn/application-dev/reference/native-apis/Readme-CN.md +++ b/zh-cn/application-dev/reference/native-apis/Readme-CN.md @@ -1,33 +1,33 @@ # Native API -- MyProject +- 模块 - [Native XComponent](_o_h___native_x_component.md) - [Native_Bundle](_native___bundle.md) - [HiLog](_hi_log.md) - [NativeWindow](_native_window.md) - [Drawing](_drawing.md) - [Rawfile](rawfile.md) -- 头文件和结构体 - - 头文件 - - [drawing_bitmap.h](drawing__bitmap_8h.md) - - [drawing_brush.h](drawing__brush_8h.md) - - [drawing_canvas.h](drawing__canvas_8h.md) - - [drawing_color.h](drawing__color_8h.md) - - [drawing_font_collection.h](drawing__font__collection_8h.md) - - [drawing_path.h](drawing__path_8h.md) - - [drawing_pen.h](drawing__pen_8h.md) - - [drawing_text_declaration.h](drawing__text__declaration_8h.md) - - [drawing_text_typography.h](drawing__text__typography_8h.md) - - [drawing_types.h](drawing__types_8h.md) - - [external_window.h](external__window_8h.md) - - [log.h](log_8h.md) - - [native_interface_bundle.h](native__interface__bundle_8h.md) - - [native_interface_xcomponent.h](native__interface__xcomponent_8h.md) - - [raw_dir.h](raw__dir_8h.md) - - [raw_file.h](raw__file_8h.md) - - 结构体 - - [OH_Drawing_BitmapFormat](_o_h___drawing___bitmap_format.md) - - [OH_NativeXComponent_Callback](_o_h___native_x_component___callback.md) - - [OH_NativeXComponent_TouchEvent](_o_h___native_x_component___touch_event.md) - - [OH_NativeXComponent_TouchPoint](_o_h___native_x_component___touch_point.md) - - [RawFileDescriptor](_raw_file_descriptor.md) +- 头文件 + + - [drawing_bitmap.h](drawing__bitmap_8h.md) + - [drawing_brush.h](drawing__brush_8h.md) + - [drawing_canvas.h](drawing__canvas_8h.md) + - [drawing_color.h](drawing__color_8h.md) + - [drawing_font_collection.h](drawing__font__collection_8h.md) + - [drawing_path.h](drawing__path_8h.md) + - [drawing_pen.h](drawing__pen_8h.md) + - [drawing_text_declaration.h](drawing__text__declaration_8h.md) + - [drawing_text_typography.h](drawing__text__typography_8h.md) + - [drawing_types.h](drawing__types_8h.md) + - [external_window.h](external__window_8h.md) + - [log.h](log_8h.md) + - [native_interface_bundle.h](native__interface__bundle_8h.md) + - [native_interface_xcomponent.h](native__interface__xcomponent_8h.md) + - [raw_dir.h](raw__dir_8h.md) + - [raw_file.h](raw__file_8h.md) +- 结构体 + - [OH_Drawing_BitmapFormat](_o_h___drawing___bitmap_format.md) + - [OH_NativeXComponent_Callback](_o_h___native_x_component___callback.md) + - [OH_NativeXComponent_TouchEvent](_o_h___native_x_component___touch_event.md) + - [OH_NativeXComponent_TouchPoint](_o_h___native_x_component___touch_point.md) + - [RawFileDescriptor](_raw_file_descriptor.md) -- GitLab