Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
1e79b862
D
Docs
项目概览
OpenHarmony
/
Docs
大约 1 年 前同步成功
通知
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看板
提交
1e79b862
编写于
6月 12, 2023
作者:
W
wf0304-gme
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
更新相关OpenHarmony Codelabs信息
Signed-off-by:
N
wf0304-gme
<
452399386@qq.com
>
上级
11ea24c7
变更
13
隐藏空白更改
内联
并排
Showing
13 changed file
with
14 addition
and
25 deletion
+14
-25
zh-cn/application-dev/ability-deprecated/fa-brief.md
zh-cn/application-dev/ability-deprecated/fa-brief.md
+0
-1
zh-cn/application-dev/connectivity/http-request.md
zh-cn/application-dev/connectivity/http-request.md
+1
-2
zh-cn/application-dev/connectivity/socket-connection.md
zh-cn/application-dev/connectivity/socket-connection.md
+1
-3
zh-cn/application-dev/napi/napi-guidelines.md
zh-cn/application-dev/napi/napi-guidelines.md
+2
-2
zh-cn/application-dev/ui/ui-js-animate-transform.md
zh-cn/application-dev/ui/ui-js-animate-transform.md
+2
-2
zh-cn/application-dev/ui/ui-js-building-ui-component.md
zh-cn/application-dev/ui/ui-js-building-ui-component.md
+2
-2
zh-cn/application-dev/ui/ui-js-components-dialog.md
zh-cn/application-dev/ui/ui-js-components-dialog.md
+1
-1
zh-cn/application-dev/ui/ui-js-components-image-animator.md
zh-cn/application-dev/ui/ui-js-components-image-animator.md
+1
-1
zh-cn/application-dev/ui/ui-js-components-images.md
zh-cn/application-dev/ui/ui-js-components-images.md
+1
-1
zh-cn/application-dev/ui/ui-js-components-input.md
zh-cn/application-dev/ui/ui-js-components-input.md
+0
-7
zh-cn/application-dev/ui/ui-js-components-slider.md
zh-cn/application-dev/ui/ui-js-components-slider.md
+1
-1
zh-cn/application-dev/ui/ui-js-custom-components.md
zh-cn/application-dev/ui/ui-js-custom-components.md
+1
-1
zh-cn/release-notes/OpenHarmony-v3.1-beta.md
zh-cn/release-notes/OpenHarmony-v3.1-beta.md
+1
-1
未找到文件。
zh-cn/application-dev/ability-deprecated/fa-brief.md
浏览文件 @
1e79b862
...
...
@@ -48,7 +48,6 @@ FA模型的应用包的工程目录结构,请参考[OpenHarmony工程介绍](h
-
[
`ArkTSDistributedCalc`:分布式计算器(ArkTS)(API9)(Full SDK)
](
https://gitee.com/openharmony/applications_app_samples/tree/master/code/SuperFeature/DistributedAppDev/ArkTSDistributedCalc
)
-
[
`DistributedDataGobang`:分布式五子棋(ArkTS)(API9)(Full SDK)
](
https://gitee.com/openharmony/applications_app_samples/tree/master/code/Solutions/Game/DistributedDataGobang
)
-
[
分布式调度启动远程FA(JS)(API8)
](
https://gitee.com/openharmony/codelabs/tree/master/Distributed/RemoteStartFA
)
-
[
分布式新闻客户端(JS)(API8)
](
https://gitee.com/openharmony/codelabs/tree/master/Distributed/NewsDemo
)
-
[
分布式手写板(ArkTS)(Full SDK)(API8)
](
https://gitee.com/openharmony/codelabs/tree/master/Distributed/DistributeDatabaseDrawEts
)
-
[
分布式鉴权(JS)(API8)
](
https://gitee.com/openharmony/codelabs/tree/master/Distributed/GameAuthOpenH
)
...
...
zh-cn/application-dev/connectivity/http-request.md
浏览文件 @
1e79b862
...
...
@@ -166,5 +166,4 @@ httpRequest.request2(
针对HTTP数据请求,有以下相关实例可供参考:
-
[
`Http:`数据请求(ArkTS)(API9))
](
https://gitee.com/openharmony/applications_app_samples/tree/master/code/BasicFeature/Connectivity/Http
)
-
[
使用HTTP实现与服务端通信(ArkTS)(API9)
](
https://gitee.com/openharmony/codelabs/tree/master/NetworkManagement/SmartChatEtsOH
)
\ No newline at end of file
-
[
`Http:`数据请求(ArkTS)(API9))
](
https://gitee.com/openharmony/applications_app_samples/tree/master/code/BasicFeature/Connectivity/Http
)
\ No newline at end of file
zh-cn/application-dev/connectivity/socket-connection.md
浏览文件 @
1e79b862
...
...
@@ -324,6 +324,4 @@ tlsTwoWay.close((err) => {
针对Socket连接开发,有以下相关实例可供参考:
-
[
`Socket`:Socket 连接(ArkTS)(API9)
](
https://gitee.com/openharmony/applications_app_samples/tree/master/code/BasicFeature/Connectivity/Socket
)
-
[
使用UDP实现与服务端通信(ArkTS)(API9)
](
https://gitee.com/openharmony/codelabs/tree/master/NetworkManagement/UdpDemoOH
)
-
[
使用TCP实现与服务端通信(ArkTS)(API9)
](
https://gitee.com/openharmony/codelabs/tree/master/NetworkManagement/TcpSocketDemo
)
-
[
`Socket`:Socket 连接(ArkTS)(API9)
](
https://gitee.com/openharmony/applications_app_samples/tree/master/code/BasicFeature/Connectivity/Socket
)
\ No newline at end of file
zh-cn/application-dev/napi/napi-guidelines.md
浏览文件 @
1e79b862
...
...
@@ -188,6 +188,6 @@ ArkCompiler会对JS对象线程进行保护,使用不当会引起应用crash
针对N-API的开发,有以下相关完整实例可供参考:
-
[
第一个Native C++应用
(ArkTS)(API9)
](
https://gitee.com/openharmony/codelabs/tree/master/NativeAPI/NativeTemplateDemo
)
-
[
简易Native C++ 示例
(ArkTS)(API9)
](
https://gitee.com/openharmony/codelabs/tree/master/NativeAPI/NativeTemplateDemo
)
-
[
Native Component(ArkTS)(API9)
](
https://gitee.com/openharmony/codelabs/tree/master/NativeAPI/XComponent
)
\ No newline at end of file
-
[
Native XComponent组件的使用(ArkTS)(API9)
](
https://gitee.com/openharmony/codelabs/tree/master/NativeAPI/XComponent
)
\ No newline at end of file
zh-cn/application-dev/ui/ui-js-animate-transform.md
浏览文件 @
1e79b862
...
...
@@ -589,6 +589,6 @@ transform可以设置多个值并且多个值可同时设置,下面案例中
-
[
`JsClock`:时钟(JS)(API10)
](
https://gitee.com/openharmony/applications_app_samples/tree/master/code/Solutions/Tools/JsClock
)
-
[
动画样式(JS)(API
8
)
](
https://gitee.com/openharmony/codelabs/tree/master/JSUI/AnimationDemo
)
-
[
动画样式(JS)(API
9
)
](
https://gitee.com/openharmony/codelabs/tree/master/JSUI/AnimationDemo
)
-
[
图片常见操作(JS)(API
8)
](
https://gitee.com/openharmony/codelabs/tree/master/Media/ImageJsDemo
)
-
[
图片常见操作(JS)(API
9)
](
https://gitee.com/openharmony/codelabs/tree/master/Media/ImageOperation
)
zh-cn/application-dev/ui/ui-js-building-ui-component.md
浏览文件 @
1e79b862
...
...
@@ -29,6 +29,6 @@
-
[
`MediaCollections`:媒体管理合集(eTS)(API9)
](
https://gitee.com/openharmony/applications_app_samples/tree/master/code/BasicFeature/FileManagement/MediaCollections
)
-
[
rating
(JS)(API8
)
](
https://gitee.com/openharmony/codelabs/tree/master/JSUI/RatingApplication
)
-
[
rating
组件的使用(JS)(API9
)
](
https://gitee.com/openharmony/codelabs/tree/master/JSUI/RatingApplication
)
-
[
简易视频播放器(JS)(API
8
)
](
https://gitee.com/openharmony/codelabs/tree/master/Media/VideoOpenHarmony
)
-
[
简易视频播放器(JS)(API
9
)
](
https://gitee.com/openharmony/codelabs/tree/master/Media/VideoOpenHarmony
)
zh-cn/application-dev/ui/ui-js-components-dialog.md
浏览文件 @
1e79b862
...
...
@@ -326,4 +326,4 @@ export default {
-
[
`JsComponentCollection`:组件集合(JS)(API9)
](
https://gitee.com/openharmony/applications_app_samples/tree/master/code/UI/JsComponentClollection/JsComponentCollection
)
-
[
Dialog(JS)(API8
)
](
https://gitee.com/openharmony/codelabs/tree/master/JSUI/DialogDemo
)
-
[
弹窗基本使用(JS)(API9
)
](
https://gitee.com/openharmony/codelabs/tree/master/JSUI/DialogDemo
)
zh-cn/application-dev/ui/ui-js-components-image-animator.md
浏览文件 @
1e79b862
...
...
@@ -339,4 +339,4 @@ export default {
针对image-animator开发,有以下相关实例可供参考:
-
[
image、image-animator
(JS)(API8)
](
https://gitee.com/openharmony/codelabs/tree/master/JSUI/ClickableJsDemo
)
-
[
image、image-animator
组件的使用(JS)(API9)
](
https://gitee.com/openharmony/codelabs/tree/master/JSUI/ClickableJs
)
zh-cn/application-dev/ui/ui-js-components-images.md
浏览文件 @
1e79b862
...
...
@@ -208,6 +208,6 @@ export default {
针对image开发,有以下相关实例可供参考:
-
[
image、image-animator
(JS)(API8)
](
https://gitee.com/openharmony/codelabs/tree/master/JSUI/ClickableJsDemo
)
-
[
image、image-animator
组件的使用(JS)(API9)
](
https://gitee.com/openharmony/codelabs/tree/master/JSUI/ClickableJs
)
-
[
图片编辑模板(JS)(API8)
](
https://gitee.com/openharmony/codelabs/tree/master/Media/ImageEditorTemplate
)
\ No newline at end of file
zh-cn/application-dev/ui/ui-js-components-input.md
浏览文件 @
1e79b862
...
...
@@ -318,10 +318,3 @@ export default {
![
zh-cn_image_0000001188771358
](
figures/zh-cn_image_0000001188771358.gif
)
## 相关实例
针对input开发,有以下相关实例可供参考:
-
[
input、label(JS)(API8)
](
https://gitee.com/openharmony/codelabs/tree/master/JSUI/InputApplication
)
zh-cn/application-dev/ui/ui-js-components-slider.md
浏览文件 @
1e79b862
...
...
@@ -219,4 +219,4 @@ export default{
-
[
`JsComponentCollection`:组件集合(JS)(API9)
](
https://gitee.com/openharmony/applications_app_samples/tree/master/code/UI/JsComponentClollection/JsComponentCollection
)
-
[
slider(JS)(API8)
](
https://gitee.com/openharmony/codelabs/tree/master/JSUI/SliderApplication
)
\ No newline at end of file
-
[
slider组件的使用(JS)(API9)
](
https://gitee.com/openharmony/codelabs/tree/master/JSUI/SliderApplication
)
\ No newline at end of file
zh-cn/application-dev/ui/ui-js-custom-components.md
浏览文件 @
1e79b862
...
...
@@ -105,4 +105,4 @@
-
[
`JsComponentCollection`:组件集合(JS)(API9)
](
https://gitee.com/openharmony/applications_app_samples/tree/master/code/UI/JsComponentClollection/JsComponentCollection
)
-
[
自定义
组件(JS)(API8)
](
https://gitee.com/openharmony/codelabs/tree/master/JSUI/JSCanvasCompone
t
)
-
[
自定义
抽奖转盘(JS)(API9)
](
https://gitee.com/openharmony/codelabs/tree/master/JSUI/JSCanvasComponen
t
)
zh-cn/release-notes/OpenHarmony-v3.1-beta.md
浏览文件 @
1e79b862
...
...
@@ -186,7 +186,7 @@ _[Changelog](api-diff/v3.1-beta/changelog-v3.1-beta.md)_
|
[
购物应用(ArkTS)
](
https://gitee.com/openharmony/codelabs/tree/master/ETSUI/ShoppingEts
)
| 基于OpenHarmony ArkUI丰富的组件实现购物商城应用。 | ArkTS |
|
[
转场动画的使用(ArkTS)
](
https://gitee.com/openharmony/codelabs/tree/master/ETSUI/TransitionAnimation
)
| 基于OpenHarmony ArkUI转场动画,实现了页面间转场、组件内转场以及共享元素转场。 | ArkTS |
|
[
基础组件Slider的使用(ArkTS)
](
https://gitee.com/openharmony/codelabs/tree/master/ETSUI/SliderExample
)
| 基于OpenHarmony
eTS
UI,使用slider组件,实现可调节风车大小和转速的动画效果。 | ArkTS |
|
[
弹窗(ArkTS)
](
https://gitee.com/openharmony/codelabs/tree/master/ETSUI/CustomDialogEts
)
| 基于OpenHarmony ArkUI,实现警告弹窗和自定义弹窗。 | ArkTS |
|
[
自定义弹窗(ArkTS)
](
https://gitee.com/openharmony/codelabs/tree/master/ETSUI/CustomDialog
)
| 基于OpenHarmony ArkUI,实现警告弹窗和自定义弹窗。 | ArkTS |
## 修复缺陷列表
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录