未验证 提交 155322f6 编写于 作者: O openharmony_ci 提交者: Gitee

!7577 冗余页面处理+contribute文档改绝对链接

Merge pull request !7577 from zengyawen/master
# 案例应用
本章将从OpenHarmony预置的系统应用中,选择一些较为典型的案例,从页面开发和工程结构的角度,介绍"一多"的具体实践。OpenHarmony的产品形态在不断丰富中,当前主要有默认设备和平板两种产品形态,本章的具体实践也将围绕这两种产品形态展开。
- **[短信应用](sms-intro.md)**
- **[桌面应用](cases-home-screen.md)**
\ No newline at end of file
......@@ -42,7 +42,7 @@
一个完整的拖拽事件,包含多个拖拽子事件,如下表所示(请访问拖拽事件了解详细用法)。当前触控屏和鼠标的拖拽事件已经实现”交互归一”,对触控屏的支持正在开发中。
| 名称 | 功能描述 |
| 名称 | 功能描述 |
| -------- | -------- |
| onDragStart | 绑定A组件,触控屏长按/鼠标左键按下后移动触发 |
| onDragEnter | 绑定B组件,触控屏手指、鼠标移动进入B组件瞬间触发 |
......
# 一多能力的页面开发介绍
本章介绍如何使用方舟开发框架"一多"能力,开发出在多设备上正常显示的页面。方舟开发框架更推荐开发者使用声明式开发范式开发应用,故本章的内容和示例都基于声明式开发范式,所有示例代码均可以从[码云开源代码仓](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
# 结构体
- **[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
# 头文件
- **[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
# 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
# 头文件和结构体
- **[头文件](files.md)**
- **[结构体](annotated.md)**
\ No newline at end of file
......@@ -63,8 +63,8 @@
鼓励开发者在学习、开发过程中,总结经验并创建技术内容帮助更多开发者快速上手。推荐输出各类How to教程、常见问题FAQ等。请参考如下写作模板:
- [How to教程](template/tutorial-template.md):贡献至`contribute/tutorial`文件夹下。
- [FAQ](template/faq-template.md):贡献至`contribute/faqs`文件夹下。
- [How to教程](https://gitee.com/openharmony/docs/blob/master/zh-cn/contribute/template/tutorial-template.md):贡献至`contribute/tutorial`文件夹下。
- [FAQ](https://gitee.com/openharmony/docs/blob/master/zh-cn/contribute/template/faq-template.md):贡献至`contribute/faqs`文件夹下。
内容写作模板归档在Docs文档仓下contribute文件夹中。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册