Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
29b0a75a
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看板
提交
29b0a75a
编写于
8月 02, 2023
作者:
L
l00613276
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update docs
Signed-off-by:
N
l00613276
<
lian15@huawei.com
>
上级
4995a4f3
变更
3
展开全部
隐藏空白更改
内联
并排
Showing
3 changed file
with
21 addition
and
1359 deletion
+21
-1359
zh-cn/application-dev/quick-start/arkts-mvvm.md
zh-cn/application-dev/quick-start/arkts-mvvm.md
+9
-1346
zh-cn/application-dev/quick-start/typescript-to-arkts-migration-guide.md
...on-dev/quick-start/typescript-to-arkts-migration-guide.md
+8
-8
zh-cn/application-dev/reference/apis/Readme-CN.md
zh-cn/application-dev/reference/apis/Readme-CN.md
+4
-5
未找到文件。
zh-cn/application-dev/quick-start/arkts-mvvm.md
浏览文件 @
29b0a75a
此差异已折叠。
点击以展开。
zh-cn/application-dev/quick-start/typescript-to-arkts-migration-guide.md
浏览文件 @
29b0a75a
...
...
@@ -651,7 +651,7 @@ interface Identity {
interface
Contact
{
email
:
string
phone
:
string
phone
Number
:
string
}
type
Employee
=
Identity
&
Contact
...
...
@@ -667,7 +667,7 @@ interface Identity {
interface
Contact
{
email
:
string
phone
:
string
phone
Number
:
string
}
interface
Employee
extends
Identity
,
Contact
{}
...
...
@@ -3174,8 +3174,8 @@ class Person {
const
person
:
Person
=
{
name
:
"
John
"
,
age
:
30
,
email
:
"
john
@example.com
"
,
phone
:
1234567890
,
email
:
"
***
@example.com
"
,
phone
Number
:
18
*********
,
}
```
...
...
@@ -3186,18 +3186,18 @@ class Person {
name
:
string
age
:
number
email
:
string
phone
:
number
phone
Number
:
number
constructor
(
name
:
string
,
age
:
number
,
email
:
string
,
phone
:
number
)
{
constructor
(
name
:
string
,
age
:
number
,
email
:
string
,
phone
Number
:
number
)
{
this
.
name
=
name
this
.
age
=
age
this
.
email
=
email
this
.
phone
=
phone
this
.
phone
Number
=
phoneNumber
}
}
function
main
():
void
{
const
person
:
Person
=
new
Person
(
"
John
"
,
30
,
"
john@example.com
"
,
1234567890
)
const
person
:
Person
=
new
Person
(
"
John
"
,
30
,
"
***@example.com
"
,
18
*********
)
}
```
...
...
zh-cn/application-dev/reference/apis/Readme-CN.md
浏览文件 @
29b0a75a
...
...
@@ -198,22 +198,21 @@
-
UI界面
-
[
@ohos.animator (动画)
](
js-apis-animator.md
)
-
[
@ohos.arkui.componentSnapshot (组件截图)
](
js-apis-arkui-componentSnapshot.md
)
-
[
@ohos.arkui.componentUtils (componentUtils)
](
js-apis-arkui-componentUtils.md
)
-
[
@ohos.arkui.dragController (DragController)
](
js-apis-arkui-dragController.md
)
-
[
@ohos.arkui.drawableDescriptor (DrawableDescriptor)
](
js-apis-arkui-drawableDescriptor.md
)
-
[
@ohos.arkui.inspector (布局回调)
](
js-apis-arkui-inspector.md
)
-
[
@ohos.arkui.performanceMonitor (性能监测)
](
js-apis-arkui-performancemonitor.md
)
-
[
@ohos.arkui.UIContext (UIContext)
](
js-apis-arkui-UIContext.md
)
-
[
@ohos.arkui.componentUtils (componentUtils)
](
js-apis-arkui-componentUtils.md
)
-
[
@ohos.curves (插值计算)
](
js-apis-curve.md
)
-
[
@ohos.font (注册自定义字体)
](
js-apis-font.md
)
-
[
@ohos.matrix4 (矩阵变换)
](
js-apis-matrix4.md
)
-
[
@ohos.measure (文本计算)
](
js-apis-measure.md
)
-
[
@ohos.mediaquery (媒体查询)
](
js-apis-mediaquery.md
)
-
[
@ohos.pluginComponent (PluginComponentManager)
](
js-apis-plugincomponent.md
)
-
[
@ohos.promptAction (弹窗)
](
js-apis-promptAction.md
)
-
[
@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.uiAppearance (用户界面外观)
](
js-apis-uiappearance.md
)
-
图形图像
-
[
@ohos.animation.windowAnimationManager (窗口动画管理)
](
js-apis-windowAnimationManager.md
)
-
[
@ohos.application.WindowExtensionAbility (窗口扩展能力)
](
js-apis-application-windowExtensionAbility.md
)
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录