Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
7f40f775
D
Docs
项目概览
OpenHarmony
/
Docs
接近 2 年 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
7f40f775
编写于
8月 01, 2022
作者:
O
openharmony_ci
提交者:
Gitee
8月 01, 2022
浏览文件
操作
浏览文件
下载
差异文件
!7560 断链修改
Merge pull request !7560 from zengyawen/master
上级
44704e8a
726833fe
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
6 addition
and
6 deletion
+6
-6
en/application-dev/dfx/hitracemeter-guidelines.md
en/application-dev/dfx/hitracemeter-guidelines.md
+1
-1
en/application-dev/website.md
en/application-dev/website.md
+1
-1
zh-cn/contribute/style-guide/style-guide-content-elements.md
zh-cn/contribute/style-guide/style-guide-content-elements.md
+3
-3
zh-cn/contribute/template/js-template.md
zh-cn/contribute/template/js-template.md
+1
-1
未找到文件。
en/application-dev/dfx/hitracemeter-guidelines.md
浏览文件 @
7f40f775
...
@@ -6,7 +6,7 @@ HiTraceMeter provides APIs for system performance tracing. You can call the APIs
...
@@ -6,7 +6,7 @@ HiTraceMeter provides APIs for system performance tracing. You can call the APIs
## Available APIs
## Available APIs
The performance tracing APIs are provided by the
**hiTraceMeter**
module. For details, see
[
API Reference
](
../reference/apis/js-apis-hitracemeter.md
)
.
The performance tracing APIs are provided by the
**hiTraceMeter**
module. For details, see
[
API Reference
](
../reference/apis/js-apis-hitracemeter.md
)
.
**APIs for performance tracing**
**APIs for performance tracing**
...
...
en/application-dev/website.md
浏览文件 @
7f40f775
...
@@ -334,7 +334,7 @@
...
@@ -334,7 +334,7 @@
-
[
Layout Constraints
](
reference/arkui-ts/ts-universal-attributes-layout-constraints.md
)
-
[
Layout Constraints
](
reference/arkui-ts/ts-universal-attributes-layout-constraints.md
)
-
[
Flex Layout
](
reference/arkui-ts/ts-universal-attributes-flex-layout.md
)
-
[
Flex Layout
](
reference/arkui-ts/ts-universal-attributes-flex-layout.md
)
-
[
Border
](
reference/arkui-ts/ts-universal-attributes-border.md
)
-
[
Border
](
reference/arkui-ts/ts-universal-attributes-border.md
)
-
[
ͼƬ߿
](
reference/arkui-ts/ts-universal-attributes-border-image.md
)
-
[
Border Image
](
reference/arkui-ts/ts-universal-attributes-border-image.md
)
-
[
Background
](
reference/arkui-ts/ts-universal-attributes-background.md
)
-
[
Background
](
reference/arkui-ts/ts-universal-attributes-background.md
)
-
[
Opacity
](
reference/arkui-ts/ts-universal-attributes-opacity.md
)
-
[
Opacity
](
reference/arkui-ts/ts-universal-attributes-opacity.md
)
-
[
Visibility
](
reference/arkui-ts/ts-universal-attributes-visibility.md
)
-
[
Visibility
](
reference/arkui-ts/ts-universal-attributes-visibility.md
)
...
...
zh-cn/contribute/style-guide/style-guide-content-elements.md
浏览文件 @
7f40f775
...
@@ -144,11 +144,11 @@
...
@@ -144,11 +144,11 @@
【规则】将链接URL写入内容,而不是直接在页面中暴露URL地址。
【规则】将链接URL写入内容,而不是直接在页面中暴露URL地址。
-
链接到其他手册、页面内容:
\[
术语](glossary/glossary.md)
-
链接到其他手册、页面内容:
\[
术语]
\
(
glossary/glossary.md)
-
链接到本页面内其他内容段落:
\[
FAQ](#faq)
-
链接到本页面内其他内容段落:
\[
FAQ]
\
(
#faq)
-
链接到其他站点:
\[
示例](www.example.com)
-
链接到其他站点:
\[
示例]
\
(
www.example.com)
|
**正例**
|
**反例**
|
|
**正例**
|
**反例**
|
| -------- | -------- |
| -------- | -------- |
...
...
zh-cn/contribute/template/js-template.md
浏览文件 @
7f40f775
...
@@ -74,7 +74,7 @@ ArrayList和LinkedList相比,ArrayList的随机访问效率更高。但由于A
...
@@ -74,7 +74,7 @@ ArrayList和LinkedList相比,ArrayList的随机访问效率更高。但由于A
> 1. 根据实际情况填写导入模块。采用代码段的样式,给出import语句。
> 1. 根据实际情况填写导入模块。采用代码段的样式,给出import语句。
>
>
> 2. 如果没有导入模块,将“导入模块”修改为“使用说明”。<br/>使用说明案例:<br/>
> 2. 如果没有导入模块,将“导入模块”修改为“使用说明”。<br/>使用说明案例:<br/>
> 在使用AbilityContext的功能前,需要通过
[getContext()]
(链接到对应的接口说明文件中.md)先获取Context对象。
> 在使用AbilityContext的功能前,需要通过
\[getContext()]\
(链接到对应的接口说明文件中.md)先获取Context对象。
>
>
> ```js
> ```js
> import ability_featureAbility from '@ohos.ability.featureAbility';
> import ability_featureAbility from '@ohos.ability.featureAbility';
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录