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

!12527 修改release-notes目录下apidff和changelogs的目录结构,优化分类

Merge pull request !12527 from 时睿/master
......@@ -104,9 +104,9 @@ repo forall -c 'git lfs pull'
API变更请参考:
[JS API 差异报告](api-change/v2.2-beta2/js-apidiff-v2.2-beta2.md)
[JS API 差异报告](api-diff/v2.2-beta2/js-apidiff-v2.2-beta2.md)
[Native API 差异报告](api-change/v2.2-beta2/native-apidiff-v2.2-beta2.md)
[Native API 差异报告](api-diff/v2.2-beta2/native-apidiff-v2.2-beta2.md)
## 修复缺陷列表
......
......@@ -127,7 +127,7 @@ repo forall -c 'git lfs pull'
### API变更
API变更请参考:[JS API 差异报告](api-change/v3.0-LTS/js-apidiff-v3.0-lts.md)
API变更请参考:[JS API 差异报告](api-diff/v3.0-LTS/js-apidiff-v3.0-lts.md)
### 芯片及开发板适配
......
......@@ -130,11 +130,11 @@ repo forall -c 'git lfs pull'
API变更请参考:
_[JS API 差异报告](api-change/v3.1-beta/js-apidiff-v3.1-beta.md)_
_[JS API 差异报告](api-diff/v3.1-beta/js-apidiff-v3.1-beta.md)_
_[Native API差异报告](api-change/v3.1-beta/native-apidiff-v3.1-beta.md)_
_[Native API差异报告](api-diff/v3.1-beta/native-apidiff-v3.1-beta.md)_
_[Changelog](api-change/v3.1-beta/changelog-v3.1-beta.md)_
_[Changelog](api-diff/v3.1-beta/changelog-v3.1-beta.md)_
### 芯片及开发板适配
......
......@@ -190,7 +190,7 @@ repo forall -c 'git lfs pull'
API变更请参考:
_[API差异报告](api-change/v3.1-Release/Readme-CN.md)_
_[API差异报告](api-diff/v3.1-Release/Readme-CN.md)_
### 芯片及开发板适配
......
......@@ -173,7 +173,7 @@ ArkUI支持AbilityComponent组件将应用界面(Ability)作为控件嵌入
### API变更
_[API差异报告](api-change/v3.2-beta1/Readme-CN.md)_
_[API差异报告](api-diff/v3.2-beta1/Readme-CN.md)_
### 芯片及开发板适配
......@@ -205,7 +205,7 @@ _[API差异报告](api-change/v3.2-beta1/Readme-CN.md)_
| ArkUI | [Game2048](https://gitee.com/openharmony/applications_app_samples/tree/master/ETSUI/Game2048) | 2048是一款比较流行的数字游戏,此游戏demo是grid组件基础上进行开发完成的。 | eTS |
| 窗口 | [Window](https://gitee.com/openharmony/applications_app_samples/tree/master/Graphics/Window) | 本示例展示了创建新窗口,将应用悬浮在其他界面,及应用分屏等功能 | eTS |
| 分布式数据管理 | [Preference](https://gitee.com/openharmony/applications_app_samples/tree/master/data/Preferences) | 本示例主要展示了首选项在主题切换方面的功能。 | eTS |
| ArkUI | [NativeAPI](https://gitee.com/openharmony/applications_app_samples/tree/master/Native/NativeAPI) | 本示例展示了在eTS中如何调用C++的接口以及C++如何回调JS,完成了一个简单的五子棋游戏,在native层完成计算逻辑,eTS完成界面绘制和刷新。 | eTS/C++ |
| ArkUI | [NativeAPI](https://gitee.com/openharmony/app_samples/tree/master/Native/NativeAPI) | 本示例展示了在eTS中如何调用C++的接口以及C++如何回调JS,完成了一个简单的五子棋游戏,在native层完成计算逻辑,eTS完成界面绘制和刷新。 | eTS/C++ |
| 全球化 | [International](https://gitee.com/openharmony/applications_app_samples/tree/master/common/International) | 本示例展示了i18n,intl,resourceManager在eTS中的使用,使用相关api实现系统语言和地区设置、时间和时区设置,展示了区域格式化示例。 | eTS |
请访问[Samples](https://gitee.com/openharmony/applications_app_samples)仓了解更多信息。
......
......@@ -176,7 +176,7 @@ DeviceProfile适配分布式数据库自动同步策略,以及采集信息补
API变更请参考:
[*API差异报告*](api-change/v3.2-beta3/Readme-CN.md)
[*API差异报告*](api-diff/v3.2-beta3/Readme-CN.md)
### 芯片及开发板适配
......
......@@ -4,7 +4,7 @@
- [JS API差异报告](js-apidiff-v3.1-release.md)
- [Native API差异报告](native-apidiff-v3.1-release.md)
- [3.1 release相对于3.1 beta变更详细说明](changelog-v3.1-release.md)
- [3.1 release相对于3.1 beta变更详细说明](../../changelogs/v3.1-Release/changelog-v3.1-release.md)
此外,本次还发布了OpenHarmony 3.2 Canary (API Version 9 Canary)版本:
[JS API差异报告(API Version 9 Canary)](js-apidiff-v3.2-canary.md)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册