未验证 提交 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' ...@@ -104,9 +104,9 @@ repo forall -c 'git lfs pull'
API变更请参考: 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' ...@@ -127,7 +127,7 @@ repo forall -c 'git lfs pull'
### API变更 ### 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' ...@@ -130,11 +130,11 @@ repo forall -c 'git lfs pull'
API变更请参考: 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' ...@@ -190,7 +190,7 @@ repo forall -c 'git lfs pull'
API变更请参考: 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)作为控件嵌入 ...@@ -173,7 +173,7 @@ ArkUI支持AbilityComponent组件将应用界面(Ability)作为控件嵌入
### API变更 ### 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)_ ...@@ -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 | | 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 | | 窗口 | [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 | | 分布式数据管理 | [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 | | 全球化 | [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)仓了解更多信息。 请访问[Samples](https://gitee.com/openharmony/applications_app_samples)仓了解更多信息。
......
...@@ -176,7 +176,7 @@ DeviceProfile适配分布式数据库自动同步策略,以及采集信息补 ...@@ -176,7 +176,7 @@ DeviceProfile适配分布式数据库自动同步策略,以及采集信息补
API变更请参考: API变更请参考:
[*API差异报告*](api-change/v3.2-beta3/Readme-CN.md) [*API差异报告*](api-diff/v3.2-beta3/Readme-CN.md)
### 芯片及开发板适配 ### 芯片及开发板适配
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
- [JS API差异报告](js-apidiff-v3.1-release.md) - [JS API差异报告](js-apidiff-v3.1-release.md)
- [Native API差异报告](native-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)版本: 此外,本次还发布了OpenHarmony 3.2 Canary (API Version 9 Canary)版本:
[JS API差异报告(API Version 9 Canary)](js-apidiff-v3.2-canary.md) [JS API差异报告(API Version 9 Canary)](js-apidiff-v3.2-canary.md)
# Native API 差异报告 # Native API 差异报告
OpenHarmony 3.2 Beta2相较于OpenHarmony 3.2 Beta1版本的API变更如下: OpenHarmony 3.2 Beta2相较于OpenHarmony 3.2 Beta1版本的API变更如下:
## 标准系统接口变更 ## 标准系统接口变更
| 模块名称 | 接口名称 | 变更类型 | 变更说明 | | 模块名称 | 接口名称 | 变更类型 | 变更说明 |
| -------- | ------------------------------------------------------------ | -------- | ----------------------------------------------- | | -------- | ------------------------------------------------------------ | -------- | ----------------------------------------------- |
| 包管理-BundleFramework | OH_NativeBundle_ApplicationInfo OH_NativeBundle_GetCurrentApplicationInfo() | 新增 | 获取当前应用的包名和指纹信息 | | 包管理-BundleFramework | OH_NativeBundle_ApplicationInfo OH_NativeBundle_GetCurrentApplicationInfo() | 新增 | 获取当前应用的包名和指纹信息 |
| 图形-NativeWindow | int32_t OH_NativeWindow_NativeWindowSetScalingMode(OHNativeWindow *window, uint32_t sequence, OHScalingMode scalingMode) | 新增 | 新增通过NativeWindow设置缩放模式的接口 | | 图形-NativeWindow | int32_t OH_NativeWindow_NativeWindowSetScalingMode(OHNativeWindow *window, uint32_t sequence, OHScalingMode scalingMode) | 新增 | 新增通过NativeWindow设置缩放模式的接口 |
| 图形-NativeWindow | int32_t OH_NativeWindow_NativeWindowSetMetaData(OHNativeWindow *window, uint32_t sequence, int32_t size, const OHHDRMetaData *metaData) | 新增 | 新增通过NativeWindow设置HDR元数据的接口 | | 图形-NativeWindow | int32_t OH_NativeWindow_NativeWindowSetMetaData(OHNativeWindow *window, uint32_t sequence, int32_t size, const OHHDRMetaData *metaData) | 新增 | 新增通过NativeWindow设置HDR元数据的接口 |
| 图形-NativeWindow | int32_t OH_NativeWindow_NativeWindowSetMetaDataSet(OHNativeWindow *window, uint32_t sequence, OHHDRMetadataKey key, int32_t size, const uint8_t *metaData) | 新增 | 新增通过NativeWindow设置HDR元数据集的接口 | | 图形-NativeWindow | int32_t OH_NativeWindow_NativeWindowSetMetaDataSet(OHNativeWindow *window, uint32_t sequence, OHHDRMetadataKey key, int32_t size, const uint8_t *metaData) | 新增 | 新增通过NativeWindow设置HDR元数据集的接口 |
| 图形-NativeWindow | int32_t OH_NativeWindow_NativeWindowSetTunnelHandle(OHNativeWindow *window, const OHExtDataHandle *handle) | 新增 | 新增通过NativeWindow设置tunnelhandle的接口 | | 图形-NativeWindow | int32_t OH_NativeWindow_NativeWindowSetTunnelHandle(OHNativeWindow *window, const OHExtDataHandle *handle) | 新增 | 新增通过NativeWindow设置tunnelhandle的接口 |
\ No newline at end of file
...@@ -30,4 +30,4 @@ ...@@ -30,4 +30,4 @@
- [升级服务](js-apidiff-update.md) - [升级服务](js-apidiff-update.md)
- [Web](js-apidiff-web.md) - [Web](js-apidiff-web.md)
- [窗口管理](js-apidiff-window.md) - [窗口管理](js-apidiff-window.md)
- [3.2 beta3相对于3.2 beta2变更详细说明](changelog-v3.2-beta3.md) - [3.2 beta3相对于3.2 beta2变更详细说明](../../changelogs/v3.2-beta3/changelog-v3.2-beta3.md)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册