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

!22133 3.2Release: Codelabs链接添加/更新引用:无需翻译

Merge pull request !22133 from 葛亚芳/OpenHarmony-3.2-Release
......@@ -255,4 +255,8 @@
- [`Preferences`:首选项(ArkTS)(API9)](https://gitee.com/openharmony/applications_app_samples/tree/OpenHarmony-3.2-Release/code/BasicFeature/DataManagement/Preferences)
- [首选项(ArkTS)(API9)](https://gitee.com/openharmony/applications_app_samples/tree/OpenHarmony-3.2-Release/code/BasicFeature/DataManagement/Preferences)
\ No newline at end of file
- [首选项(ArkTS)(API9)](https://gitee.com/openharmony/codelabs/tree/master/Data/Preferences)
- [用户首选项(JS)(API9)](https://gitee.com/openharmony/codelabs/tree/master/Data/PreferenceJS)
- [备忘录(ArkTS)(API9)](https://gitee.com/openharmony/codelabs/tree/master/Data/NotePadOpenHarmony)
\ No newline at end of file
......@@ -13,7 +13,7 @@
```
2. 获取图片。
- 方法一:获取沙箱路径。具体请参考[获取应用文件路径](../application-models/application-context-stage.md#获取应用开发路径)。应用沙箱的介绍及如何向应用沙箱推送文件,请参考[文件管理](../file-management/app-sandbox-directory.md)
- 方法一:获取沙箱路径。具体请参考[获取应用文件路径](../application-models/application-context-stage.md#获取应用文件路径)。应用沙箱的介绍及如何向应用沙箱推送文件,请参考[文件管理](../file-management/app-sandbox-directory.md)
```ts
// Stage模型参考如下代码
......@@ -139,3 +139,11 @@
```ts
const pixelMap = await imageSource.createPixelMap();
```
## 相关实例
针对图片解码开发,有以下相关实例可供参考:
- [图片编辑(ArkTS)(API9)](https://gitee.com/openharmony/codelabs/tree/master/Media/ImageEdit)
- [图片编辑(JS)(API9)](https://gitee.com/openharmony/codelabs/tree/master/Media/ImageEditorTemplate)
......@@ -98,3 +98,9 @@
```
![zh-cn_image_0000001511421320](figures/zh-cn_image_0000001511421320.png)
## 相关实例
针对自定义弹窗开发,有以下相关实例可供参考:
- [`CustomDialog`:自定义弹窗(ArkTS)(API9)](https://gitee.com/openharmony/codelabs/tree/master/ETSUI/CustomDialog)
......@@ -266,3 +266,9 @@ Video控制器主要用于控制视频的状态,包括播放、暂停、停止
## 其他说明
Video组件已经封装好了视频播放的基础能力,开发者无需进行视频实例的创建,视频信息的设置获取,只需要设置数据源以及基础信息即可播放视频,相对扩展能力较弱。如果开发者想自定义视频播放,还请参考[媒体系统播放音视频](../media/video-playback.md)
## 相关实例
针对Video组件开发,有以下相关实例可供参考:
- [简易视频播放器(ArkTS)(API9)](https://gitee.com/openharmony/codelabs/tree/master/Media/SimpleVideo)
\ No newline at end of file
......@@ -26,3 +26,9 @@
针对组件开发,有以下相关实例可供参考:
- [`JsComponentCollection`:Js组件(JS)(API9)](https://gitee.com/openharmony/applications_app_samples/tree/OpenHarmony-3.2-Release/code/UI/JsComponentClollection/JsComponentCollection)
- [购物应用(JS)(API9)](https://gitee.com/openharmony/codelabs/tree/master/JSUI/ShoppingSample)
- [简易视频播放器(JS)(API9)](https://gitee.com/openharmony/codelabs/tree/master/Media/VideoOpenHarmony)
- [图片常见操作(JS)(API9)](https://gitee.com/openharmony/codelabs/tree/master/Media/ImageOperation)
\ No newline at end of file
......@@ -147,3 +147,7 @@ export default {
针对Canvas开发,有以下相关实例可供参考:
- [`JsComponentCollection`:JS组件集合(JS)(API9)](https://gitee.com/openharmony/applications_app_samples/tree/OpenHarmony-3.2-Release/code/UI/JsComponentClollection/JsComponentCollection)
- [自定义抽奖转盘(JS)(API9)](https://gitee.com/openharmony/codelabs/tree/master/JSUI/JSCanvasComponent)
- [图片编辑(JS)(API9)](https://gitee.com/openharmony/codelabs/tree/master/Media/ImageEditorTemplate)
\ No newline at end of file
......@@ -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
- [图片编辑(JS)(API9)](https://gitee.com/openharmony/codelabs/tree/master/Media/ImageOperation)
\ No newline at end of file
......@@ -257,3 +257,9 @@ export default {
```
![zh-cn_image_0000001224086459](figures/zh-cn_image_0000001224086459.gif)
## 相关实例
针对rating组件的开发,有以下相关实例可供参考:
- [rating组件的使用(JS)(API9)](https://gitee.com/openharmony/codelabs/tree/master/JSUI/RatingApplication)
......@@ -217,4 +217,6 @@ export default{
针对slider开发,有以下相关实例可供参考:
- [`JsComponentCollection`:JS组件集合(JS)(API9)](https://gitee.com/openharmony/applications_app_samples/tree/OpenHarmony-3.2-Release/code/UI/JsComponentClollection/JsComponentCollection)
\ No newline at end of file
- [`JsComponentCollection`:JS组件集合(JS)(API9)](https://gitee.com/openharmony/applications_app_samples/tree/OpenHarmony-3.2-Release/code/UI/JsComponentClollection/JsComponentCollection)
- [简易视频播放器(JS)(API9)](https://gitee.com/openharmony/codelabs/tree/master/Media/VideoOpenHarmony)
\ No newline at end of file
......@@ -371,3 +371,5 @@ export default {
针对swiper开发,有以下相关实例可供参考:
- [`Swiper`:内容滑动容器(JS)(API9)](https://gitee.com/openharmony/applications_app_samples/tree/samples_3.2_Release/code/UI/JsComponentClollection/JsComponentCollection)
- [简易视频播放器(JS)(API9)](https://gitee.com/openharmony/codelabs/tree/master/Media/VideoOpenHarmony)
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部