未验证 提交 17f2e7d2 编写于 作者: O openharmony_ci 提交者: Gitee

!21593 文档修改

Merge pull request !21593 from LiAn/master
...@@ -41,8 +41,8 @@ ...@@ -41,8 +41,8 @@
- [资源分类与访问](resource-categories-and-access.md) - [资源分类与访问](resource-categories-and-access.md)
- 学习ArkTS语言 - 学习ArkTS语言
- [初识ArkTS语言](arkts-get-started.md) - [初识ArkTS语言](arkts-get-started.md)
- [ArkTS语言介绍](arkts/introduction-to-arkts.md) - [ArkTS语言介绍](introduction-to-arkts.md)
- [从TypeScript到ArkTS的迁移指导](arkts/typescript-to-arkts-migration-guide.md) - [从TypeScript到ArkTS的迁移指导](typescript-to-arkts-migration-guide.md)
- UI范式 - UI范式
- 基本语法 - 基本语法
- [基本语法概述](arkts-basic-syntax-overview.md) - [基本语法概述](arkts-basic-syntax-overview.md)
......
...@@ -1566,7 +1566,7 @@ function main() { ...@@ -1566,7 +1566,7 @@ function main() {
### ArkUI示例 ### ArkUI示例
以下示例提供了一个完整的基于ArkUI的应用程序,以展示其GUI编程功能。有关ArkUI功能的更多详细信息,请参见ArkUI[指导手册](../arkts-get-started.md) 以下示例提供了一个完整的基于ArkUI的应用程序,以展示其GUI编程功能。有关ArkUI功能的更多详细信息,请参见ArkUI[指导手册](arkts-get-started.md)
```typescript ```typescript
// ViewModel classes --------------------------- // ViewModel classes ---------------------------
......
...@@ -202,7 +202,7 @@ ...@@ -202,7 +202,7 @@
- [@ohos.arkui.drawableDescriptor (DrawableDescriptor)](js-apis-arkui-drawableDescriptor.md) - [@ohos.arkui.drawableDescriptor (DrawableDescriptor)](js-apis-arkui-drawableDescriptor.md)
- [@ohos.arkui.inspector (布局回调)](js-apis-arkui-inspector.md) - [@ohos.arkui.inspector (布局回调)](js-apis-arkui-inspector.md)
- [@ohos.arkui.UIContext (UIContext)](js-apis-arkui-UIContext.md) - [@ohos.arkui.UIContext (UIContext)](js-apis-arkui-UIContext.md)
- [@ohos.componentUtils (componentUtils)](js-apis-componentUtils.md) - [@ohos.arkui.componentUtils (componentUtils)](js-apis-arkui-componentUtils)
- [@ohos.curves (插值计算)](js-apis-curve.md) - [@ohos.curves (插值计算)](js-apis-curve.md)
- [@ohos.font (注册自定义字体)](js-apis-font.md) - [@ohos.font (注册自定义字体)](js-apis-font.md)
- [@ohos.matrix4 (矩阵变换)](js-apis-matrix4.md) - [@ohos.matrix4 (矩阵变换)](js-apis-matrix4.md)
......
...@@ -204,4 +204,4 @@ export default { ...@@ -204,4 +204,4 @@ export default {
}; };
``` ```
![image-animator](figures/image-animator.gif) ![image-animator](figures/image-animator-lite.gif)
...@@ -71,4 +71,4 @@ ...@@ -71,4 +71,4 @@
} }
``` ```
![image](figures/image.png) ![image](figures/image-lite.png)
\ No newline at end of file \ No newline at end of file
...@@ -115,4 +115,4 @@ export default { ...@@ -115,4 +115,4 @@ export default {
} }
``` ```
![marquee](figures/marquee.gif) ![marquee](figures/marquee-lite.gif)
\ No newline at end of file \ No newline at end of file
...@@ -142,4 +142,4 @@ export default { ...@@ -142,4 +142,4 @@ export default {
} }
``` ```
![picker-view](figures/picker-view.png) ![picker-view](figures/picker-view-lite.png)
\ No newline at end of file \ No newline at end of file
...@@ -122,4 +122,4 @@ export default { ...@@ -122,4 +122,4 @@ export default {
} }
``` ```
![progress](figures/progress.png) ![progress](figures/progress-lite.png)
\ No newline at end of file \ No newline at end of file
...@@ -122,4 +122,4 @@ export default { ...@@ -122,4 +122,4 @@ export default {
} }
``` ```
![qrcode](figures/qrcode.gif) ![qrcode](figures/qrcode-lite.gif)
\ No newline at end of file \ No newline at end of file
...@@ -99,4 +99,4 @@ export default { ...@@ -99,4 +99,4 @@ export default {
} }
``` ```
![slider](figures/slider.png) ![slider](figures/slider-lite.png)
\ No newline at end of file \ No newline at end of file
...@@ -96,4 +96,4 @@ export default { ...@@ -96,4 +96,4 @@ export default {
} }
``` ```
![switch](figures/switch.gif) ![switch](figures/switch-lite.gif)
\ No newline at end of file \ No newline at end of file
...@@ -96,4 +96,4 @@ export default { ...@@ -96,4 +96,4 @@ export default {
} }
``` ```
![text](figures/text.png) ![text](figures/text-lite.png)
\ No newline at end of file \ No newline at end of file
...@@ -120,4 +120,4 @@ export default { ...@@ -120,4 +120,4 @@ export default {
} }
``` ```
![list](figures/list.png) ![list](figures/list-lite.png)
...@@ -109,4 +109,4 @@ export default { ...@@ -109,4 +109,4 @@ export default {
} }
``` ```
![swiper](figures/swiper.gif) ![swiper](figures/swiper-lite.gif)
...@@ -43,8 +43,8 @@ ...@@ -43,8 +43,8 @@
- [资源分类与访问](quick-start/resource-categories-and-access.md) - [资源分类与访问](quick-start/resource-categories-and-access.md)
- 学习ArkTS语言 - 学习ArkTS语言
- [初识ArkTS语言](quick-start/arkts-get-started.md) - [初识ArkTS语言](quick-start/arkts-get-started.md)
- [ArkTS语言介绍](quick-start/arkts/introduction-to-arkts.md) - [ArkTS语言介绍](quick-start/introduction-to-arkts.md)
- [从TypeScript到ArkTS的迁移指导](quick-start/arkts/typescript-to-arkts-migration-guide.md) - [从TypeScript到ArkTS的迁移指导](quick-start/typescript-to-arkts-migration-guide.md)
- UI范式 - UI范式
- 基本语法 - 基本语法
- [基本语法概述](quick-start/arkts-basic-syntax-overview.md) - [基本语法概述](quick-start/arkts-basic-syntax-overview.md)
...@@ -76,11 +76,14 @@ ...@@ -76,11 +76,14 @@
- [其他状态管理概述](quick-start/arkts-other-state-mgmt-functions-overview.md) - [其他状态管理概述](quick-start/arkts-other-state-mgmt-functions-overview.md)
- [\@Watch装饰器:状态变量更改通知](quick-start/arkts-watch.md) - [\@Watch装饰器:状态变量更改通知](quick-start/arkts-watch.md)
- [$$语法:内置组件双向同步](quick-start/arkts-two-way-sync.md) - [$$语法:内置组件双向同步](quick-start/arkts-two-way-sync.md)
- [MVVM模式](quick-start/arkts-mvvm.md)
- [状态管理优秀实践](quick-start/arkts-state-management-best-practices.md)
- 渲染控制 - 渲染控制
- [渲染控制概述](quick-start/arkts-rendering-control-overview.md) - [渲染控制概述](quick-start/arkts-rendering-control-overview.md)
- [if/else:条件渲染](quick-start/arkts-rendering-control-ifelse.md) - [if/else:条件渲染](quick-start/arkts-rendering-control-ifelse.md)
- [ForEach:循环渲染](quick-start/arkts-rendering-control-foreach.md) - [ForEach:循环渲染](quick-start/arkts-rendering-control-foreach.md)
- [LazyForEach:数据懒加载](quick-start/arkts-rendering-control-lazyforeach.md) - [LazyForEach:数据懒加载](quick-start/arkts-rendering-control-lazyforeach.md)
- [渲染控制优秀实践](quick-start/arkts-rendering-control-best-practices.md)
- 开发 - 开发
- 应用模型 - 应用模型
- 应用模型概述 - 应用模型概述
...@@ -959,7 +962,7 @@ ...@@ -959,7 +962,7 @@
- [@ohos.arkui.drawableDescriptor (DrawableDescriptor)](reference/apis/js-apis-arkui-drawableDescriptor.md) - [@ohos.arkui.drawableDescriptor (DrawableDescriptor)](reference/apis/js-apis-arkui-drawableDescriptor.md)
- [@ohos.arkui.inspector (布局回调)](reference/apis/js-apis-arkui-inspector.md) - [@ohos.arkui.inspector (布局回调)](reference/apis/js-apis-arkui-inspector.md)
- [@ohos.arkui.UIContext (UIContext)](reference/apis/js-apis-arkui-UIContext.md) - [@ohos.arkui.UIContext (UIContext)](reference/apis/js-apis-arkui-UIContext.md)
- [@ohos.componentUtils (componentUtils)](reference/apis/js-apis-componentUtils.md) - [@ohos.arkui.componentUtils (componentUtils)](reference/apis/js-apis-arkui-componentUtils.md)
- [@ohos.curves (插值计算)](reference/apis/js-apis-curve.md) - [@ohos.curves (插值计算)](reference/apis/js-apis-curve.md)
- [@ohos.font (注册自定义字体)](reference/apis/js-apis-font.md) - [@ohos.font (注册自定义字体)](reference/apis/js-apis-font.md)
- [@ohos.matrix4 (矩阵变换)](reference/apis/js-apis-matrix4.md) - [@ohos.matrix4 (矩阵变换)](reference/apis/js-apis-matrix4.md)
...@@ -1777,6 +1780,7 @@ ...@@ -1777,6 +1780,7 @@
- [native_buffer.h](reference/native-apis/native__buffer_8h.md) - [native_buffer.h](reference/native-apis/native__buffer_8h.md)
- [native_image.h](reference/native-apis/native__image_8h.md) - [native_image.h](reference/native-apis/native__image_8h.md)
- [native_interface_xcomponent.h](reference/native-apis/native__interface__xcomponent_8h.md) - [native_interface_xcomponent.h](reference/native-apis/native__interface__xcomponent_8h.md)
- [native_xcomponent_key_event.h](reference/native-apis/native__xcomponent__key__event_8h.md)
- [native_vsync.h](reference/native-apis/native__vsync_8h.md) - [native_vsync.h](reference/native-apis/native__vsync_8h.md)
- [raw_dir.h](reference/native-apis/raw__dir_8h.md) - [raw_dir.h](reference/native-apis/raw__dir_8h.md)
- [raw_file_manager.h](reference/native-apis/raw__file__manager_8h.md) - [raw_file_manager.h](reference/native-apis/raw__file__manager_8h.md)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册