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 cf634a1e5c8f4ec793c48d6e7621ec4c18f01160..0000000000000000000000000000000000000000 --- 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 de8757da2e44363a30aa616132fbb78fd77ef031..20e03164ee6e4865b3caac476d04e88a5a30fec3 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 876cb0ac1b64b0642a34b48618548b80959814c2..0000000000000000000000000000000000000000 --- 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 b4b83d5bb7a4e1fe605a00b1c4af4bba8b540b57..0000000000000000000000000000000000000000 --- 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 f4beb38e74356c62ccb498720313d2fd6a879a9f..0000000000000000000000000000000000000000 --- 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 f04f11fd3ba729aa2e871108fbf1679511b026dc..0000000000000000000000000000000000000000 --- 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 bac50766065bf942c00fe3d98e89e1772b2b5087..0000000000000000000000000000000000000000 --- 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