From 2c7bb335306e91b7747e216256d3a0b8f650d990 Mon Sep 17 00:00:00 2001 From: wf0304-gme <452399386@qq.com> Date: Mon, 24 Apr 2023 17:15:29 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E3=80=8A=E5=88=86?= =?UTF-8?q?=E5=B8=83=E5=BC=8F=E4=BA=B2=E5=AD=90=E6=97=A9=E6=95=99=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E3=80=8B=E5=A4=B1=E6=95=88=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Distributed/OpenHarmonyPictureGame/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Distributed/OpenHarmonyPictureGame/README.md b/Distributed/OpenHarmonyPictureGame/README.md index 115e612b..52636951 100644 --- a/Distributed/OpenHarmonyPictureGame/README.md +++ b/Distributed/OpenHarmonyPictureGame/README.md @@ -660,9 +660,9 @@ onRemoteRequest(code, data, reply, option) { # 相关概念与参考 -[PageAbility开发说明](https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/ability/fa-pageability.md) +[创建PageAbility](https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/application-models/create-pageability.md) -[ServiceAbility开发说明](https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/ability/fa-serviceability.md) +[创建ServiceAbility](https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/application-models/create-serviceability.md) [CommonEvent开发指南](https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/reference/apis/js-apis-commonEvent.md) -- Gitee From 5cf87fa77d8d8d835b4acd15ce5f88690d16f433 Mon Sep 17 00:00:00 2001 From: wf0304-gme <452399386@qq.com> Date: Mon, 24 Apr 2023 17:20:36 +0800 Subject: [PATCH 2/5] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E3=80=8A=E5=88=86?= =?UTF-8?q?=E5=B8=83=E5=BC=8F=E9=81=A5=E6=8E=A7=E5=99=A8=E3=80=8B=E5=A4=B1?= =?UTF-8?q?=E6=95=88=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Distributed/RemoteControllerETS/README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Distributed/RemoteControllerETS/README.md b/Distributed/RemoteControllerETS/README.md index bdc6047d..023cdd91 100644 --- a/Distributed/RemoteControllerETS/README.md +++ b/Distributed/RemoteControllerETS/README.md @@ -641,9 +641,6 @@ if (code == 6) { # 10.相关概念与参考 -[PageAbility开发说明](https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/ability/fa-pageability.md) - -[ServiceAbility开发说明](https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/ability/fa-serviceability.md) - -[CommonEvent开发指南](https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/reference/apis/js-apis-commonEvent.md) - +[创建PageAbility](https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/application-models/create-pageability.md) +[创建ServiceAbility](https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/application-models/create-serviceability.md) +[CommonEvent开发指南](https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/reference/apis/js-apis-commonEvent.md) \ No newline at end of file -- Gitee From 2c1c4e5dd0792056850a512fed7f9f410246ed7c Mon Sep 17 00:00:00 2001 From: wf0304-gme <452399386@qq.com> Date: Mon, 24 Apr 2023 17:24:17 +0800 Subject: [PATCH 3/5] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E3=80=8A=E5=88=86?= =?UTF-8?q?=E5=B8=83=E5=BC=8F=E6=89=8B=E5=86=99=E6=9D=BF=E3=80=8B=E5=A4=B1?= =?UTF-8?q?=E6=95=88=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Distributed/DistributeDatabaseDrawEts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Distributed/DistributeDatabaseDrawEts/README.md b/Distributed/DistributeDatabaseDrawEts/README.md index 5debd3a6..c9f9fe4a 100644 --- a/Distributed/DistributeDatabaseDrawEts/README.md +++ b/Distributed/DistributeDatabaseDrawEts/README.md @@ -18,7 +18,7 @@ [分布式数据库](https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/reference/apis/js-apis-distributed-data.md) -[FeatureAbility](https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/reference/apis/js-apis-featureAbility.md) +[FeatureAbility](https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/reference/apis/js-apis-ability-featureAbility.md) # 3.搭建OpenHarmony环境 -- Gitee From 98bfc6852a871f3c7e561afa3b4c3acdd6a63fc4 Mon Sep 17 00:00:00 2001 From: wf0304-gme <452399386@qq.com> Date: Mon, 24 Apr 2023 17:26:04 +0800 Subject: [PATCH 4/5] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E3=80=8A=E5=88=86?= =?UTF-8?q?=E5=B8=83=E5=BC=8F=E9=89=B4=E6=9D=83=E3=80=8B=E5=A4=B1=E6=95=88?= =?UTF-8?q?=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Distributed/GameAuthOpenH/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Distributed/GameAuthOpenH/README.md b/Distributed/GameAuthOpenH/README.md index 24266a4a..3be94a96 100644 --- a/Distributed/GameAuthOpenH/README.md +++ b/Distributed/GameAuthOpenH/README.md @@ -19,7 +19,7 @@ [弹窗](https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/reference/apis/js-apis-prompt.md) -[FeatureAbility](https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/reference/apis/js-apis-featureAbility.md) +[FeatureAbility](https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/reference/apis/js-apis-ability-featureAbility.md) # 3.搭建OpenHarmony环境 -- Gitee From 21df6f1d5fa02b2d8e97b439c20fa0985e7660a1 Mon Sep 17 00:00:00 2001 From: wf0304-gme <452399386@qq.com> Date: Mon, 24 Apr 2023 17:32:08 +0800 Subject: [PATCH 5/5] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E3=80=8A=E5=AD=97?= =?UTF-8?q?=E7=AC=A6=E4=B8=B2=E5=8A=A0=E8=A7=A3=E5=AF=86=E3=80=8B=E5=A4=B1?= =?UTF-8?q?=E6=95=88=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Data/StringCipherETS/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/StringCipherETS/README.md b/Data/StringCipherETS/README.md index f4e96f10..6e445ce1 100644 --- a/Data/StringCipherETS/README.md +++ b/Data/StringCipherETS/README.md @@ -17,7 +17,7 @@ - [TextInput](https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-textinput.md):提供单行文本输入组件。 - [颜色渐变](https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-gradient-color.md):提供组件的渐变颜色。 - [加密算法](https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/reference/apis/js-apis-system-cipher.md):提供文本的加解密算法。 -- [关系型数据库](https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/database/database-relational-guidelines.md):提供给用户无需编写原生SQL语句就能进行数据增删改查的方法,同时也支持原生SQL语句操作。 +- [关系型数据库](https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/database/data-persistence-by-rdb-store.md):提供了关系型数据库的增删改查、加密、手动备份以及订阅通知能力。 # 搭建OpenHarmony环境 -- Gitee