From 4669d293858b611ceb5ff0d5011b89291e9c07c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=9B=E4=BA=9A=E8=8A=B3?= Date: Fri, 16 Sep 2022 02:53:30 +0000 Subject: [PATCH] =?UTF-8?q?fixed=20760a40b=20from=20https://gitee.com/ge-y?= =?UTF-8?q?afang/docs/pulls/9545=20update=20zh-cn/application-dev/referenc?= =?UTF-8?q?e/apis/js-apis-settings.md=EF=BC=9A=E4=B8=80=E8=87=B4=E6=80=A7?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=EF=BC=8C=E9=9C=80=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 葛亚芳 --- zh-cn/application-dev/reference/apis/js-apis-settings.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-settings.md b/zh-cn/application-dev/reference/apis/js-apis-settings.md index 276e4c39eb..d9dec4275b 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-settings.md +++ b/zh-cn/application-dev/reference/apis/js-apis-settings.md @@ -303,6 +303,8 @@ setValue(dataAbilityHelper: DataAbilityHelper, name: string, value: object, call 将数据项名称及数据项的值保存到数据库中。使用callback异步回调。 +**系统接口**:此接口为系统接口。 + **系统能力**:SystemCapability.Applications.settings.Core **参数**: @@ -333,6 +335,8 @@ setValue(dataAbilityHelper: DataAbilityHelper, name: string, value: object): Pro 将数据项名称及数据项的值保存到数据库中。使用Promise异步回调。 +**系统接口**:此接口为系统接口。 + **系统能力**:SystemCapability.Applications.settings.Core **参数**: @@ -392,7 +396,7 @@ enableAirplaneMode(enable: boolean, callback: AsyncCallback\): void ## settings.enableAirplaneMode -enableAirplaneMode(enable: boolean): Promise +enableAirplaneMode(enable: boolean): Promise\ 启用或禁用飞行模式。使用Promise异步回调。 -- GitLab