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

!21479 更新website

Merge pull request !21479 from LiAn/master
......@@ -212,6 +212,7 @@
- [@ohos.router (页面路由)](js-apis-router.md)
- [@ohos.measure (文本计算)](js-apis-measure.md)
- [@ohos.uiAppearance (用户界面外观)](js-apis-uiappearance.md)
- [ @ohos.arkui.performanceMonitor (性能监测)](js-apis-arkui-performancemonitor.md)
- 图形图像
- [@ohos.animation.windowAnimationManager (窗口动画管理)](js-apis-windowAnimationManager.md)
......
......@@ -12,7 +12,7 @@
## 导入模块
```ts
import performanceMonitor from '@ohos.arkui.performanceMonitor'
import performanceMonitor from '@ohos.arkui.performanceMonitor';
```
......@@ -20,7 +20,6 @@ import performanceMonitor from '@ohos.arkui.performanceMonitor'
用户场景触发模式枚举。
**系统能力:** SystemCapability.ArkUI.ArkUI.Full
| 名称 | 值 | 说明 |
......@@ -40,11 +39,12 @@ begin(scene: string, startInputType: ActionType, note?: string): void
**系统能力:** SystemCapability.ArkUI.ArkUI.Full
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
| -- | -- | -- | -- |
| scene | string | 是 | 用户场景id |
| startInputType | [ActionType](#actiontype)| 是 | 用户场景触发模式 |
| note | string| 否 | 用户场景重要信息 |
| scene | string | 是 | 用户场景id |
| startInputType | [ActionType](#actiontype)| 是 | 用户场景触发模式 |
| note | string| 否 | 用户场景重要信息 |
**示例:**
```ts
......@@ -54,7 +54,7 @@ performanceMonitor.begin("LAUNCHER_APP_LAUNCH_FROM_ICON", performanceMonitor.Act
## performanceMonitor.end
end(scene: string): void;
end(scene: string): void
用户场景结束
......@@ -63,7 +63,7 @@ end(scene: string): void;
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
| -- | -- | -- | -- |
| scene | string | 是 | 用户场景id,与begin配对 |
| scene | string | 是 | 用户场景id,与begin配对 |
**示例:**
```ts
......
......@@ -43,6 +43,9 @@
- [资源分类与访问](quick-start/resource-categories-and-access.md)
- 学习ArkTS语言
- [初识ArkTS语言](quick-start/arkts-get-started.md)
- [ArkTS语言介绍](quick-start/arkts/introduction-to-arkts.md)
- [从TypeScript到ArkTS的迁移指导](quick-start/arkts/typescript-to-arkts-migration-guide.md)
- UI范式
- 基本语法
- [基本语法概述](quick-start/arkts-basic-syntax-overview.md)
- [声明式UI描述](quick-start/arkts-declarative-ui-description.md)
......@@ -966,6 +969,7 @@
- [@ohos.router (页面路由)](reference/apis/js-apis-router.md)
- [@ohos.measure (文本计算)](reference/apis/js-apis-measure.md)
- [@ohos.uiAppearance (用户界面外观)](reference/apis/js-apis-uiappearance.md)
- [ @ohos.arkui.performanceMonitor (性能监测)](reference/apis/js-apis-arkui-performancemonitor.md)
- 图形图像
- [@ohos.animation.windowAnimationManager (窗口动画管理)](reference/apis/js-apis-windowAnimationManager.md)
- [@ohos.application.WindowExtensionAbility (窗口扩展能力)](reference/apis/js-apis-application-windowExtensionAbility.md)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册