From ac6fa19c9a0a79488ab47c7ea924543bb42b6761 Mon Sep 17 00:00:00 2001 From: zengyawen Date: Mon, 1 Aug 2022 17:23:49 +0800 Subject: [PATCH] update docs Signed-off-by: zengyawen --- .../multi-device-app-dev/cases.md | 9 ----- .../interaction-events-unification.md | 2 +- .../multi-device-app-dev/page-development.md | 13 ------- .../reference/native-apis/annotated.md | 13 ------- .../reference/native-apis/files.md | 35 ------------------- .../reference/native-apis/index.md | 15 -------- .../reference/native-apis/total.md | 7 ---- 7 files changed, 1 insertion(+), 93 deletions(-) delete mode 100644 zh-cn/application-dev/key-features/multi-device-app-dev/cases.md delete mode 100644 zh-cn/application-dev/key-features/multi-device-app-dev/page-development.md delete mode 100644 zh-cn/application-dev/reference/native-apis/annotated.md delete mode 100644 zh-cn/application-dev/reference/native-apis/files.md delete mode 100644 zh-cn/application-dev/reference/native-apis/index.md delete mode 100644 zh-cn/application-dev/reference/native-apis/total.md diff --git a/zh-cn/application-dev/key-features/multi-device-app-dev/cases.md b/zh-cn/application-dev/key-features/multi-device-app-dev/cases.md deleted file mode 100644 index cf634a1e5c..0000000000 --- a/zh-cn/application-dev/key-features/multi-device-app-dev/cases.md +++ /dev/null @@ -1,9 +0,0 @@ -# 案例应用 - - -本章将从OpenHarmony预置的系统应用中,选择一些较为典型的案例,从页面开发和工程结构的角度,介绍"一多"的具体实践。OpenHarmony的产品形态在不断丰富中,当前主要有默认设备和平板两种产品形态,本章的具体实践也将围绕这两种产品形态展开。 - - -- **[短信应用](sms-intro.md)** - -- **[桌面应用](cases-home-screen.md)** \ No newline at end of file diff --git a/zh-cn/application-dev/key-features/multi-device-app-dev/interaction-events-unification.md b/zh-cn/application-dev/key-features/multi-device-app-dev/interaction-events-unification.md index de8757da2e..20e03164ee 100644 --- a/zh-cn/application-dev/key-features/multi-device-app-dev/interaction-events-unification.md +++ b/zh-cn/application-dev/key-features/multi-device-app-dev/interaction-events-unification.md @@ -42,7 +42,7 @@ 一个完整的拖拽事件,包含多个拖拽子事件,如下表所示(请访问拖拽事件了解详细用法)。当前触控屏和鼠标的拖拽事件已经实现”交互归一”,对触控屏的支持正在开发中。 - | 名称 | 功能描述 | +| 名称 | 功能描述 | | -------- | -------- | | onDragStart | 绑定A组件,触控屏长按/鼠标左键按下后移动触发 | | onDragEnter | 绑定B组件,触控屏手指、鼠标移动进入B组件瞬间触发 | diff --git a/zh-cn/application-dev/key-features/multi-device-app-dev/page-development.md b/zh-cn/application-dev/key-features/multi-device-app-dev/page-development.md deleted file mode 100644 index 876cb0ac1b..0000000000 --- a/zh-cn/application-dev/key-features/multi-device-app-dev/page-development.md +++ /dev/null @@ -1,13 +0,0 @@ -# 一多能力的页面开发介绍 - - -本章介绍如何使用方舟开发框架"一多"能力,开发出在多设备上正常显示的页面。方舟开发框架更推荐开发者使用声明式开发范式开发应用,故本章的内容和示例都基于声明式开发范式,所有示例代码均可以从[码云开源代码仓](https://gitee.com/openharmony/app_samples/tree/master/ETSUI/AdaptiveCapabilities)中获取。 - - -- **[布局能力](layout-intro.md)** - -- **[交互归一](interaction-events-unification.md)** - -- **[多态组件](polymorphic-components.md)** - -- **[资源使用](resource-usage.md)** \ No newline at end of file diff --git a/zh-cn/application-dev/reference/native-apis/annotated.md b/zh-cn/application-dev/reference/native-apis/annotated.md deleted file mode 100644 index b4b83d5bb7..0000000000 --- a/zh-cn/application-dev/reference/native-apis/annotated.md +++ /dev/null @@ -1,13 +0,0 @@ -# 结构体 - - - -- **[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)** \ No newline at end of file diff --git a/zh-cn/application-dev/reference/native-apis/files.md b/zh-cn/application-dev/reference/native-apis/files.md deleted file mode 100644 index f4beb38e74..0000000000 --- a/zh-cn/application-dev/reference/native-apis/files.md +++ /dev/null @@ -1,35 +0,0 @@ -# 头文件 - - - -- **[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)** \ No newline at end of file diff --git a/zh-cn/application-dev/reference/native-apis/index.md b/zh-cn/application-dev/reference/native-apis/index.md deleted file mode 100644 index f04f11fd3b..0000000000 --- a/zh-cn/application-dev/reference/native-apis/index.md +++ /dev/null @@ -1,15 +0,0 @@ -# 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)** \ No newline at end of file diff --git a/zh-cn/application-dev/reference/native-apis/total.md b/zh-cn/application-dev/reference/native-apis/total.md deleted file mode 100644 index bac5076606..0000000000 --- a/zh-cn/application-dev/reference/native-apis/total.md +++ /dev/null @@ -1,7 +0,0 @@ -# 头文件和结构体 - - - -- **[头文件](files.md)** - -- **[结构体](annotated.md)** \ No newline at end of file -- GitLab