From 4364097330ca5a4a1fb887fa78f1d314fad8f40c Mon Sep 17 00:00:00 2001 From: ningning <3248127340@qq.com> Date: Tue, 13 Dec 2022 13:46:09 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/apis/js-apis-system-parameter.md. Signed-off-by: ningning <3248127340@qq.com> --- .../application-dev/reference/apis/js-apis-system-parameter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-system-parameter.md b/zh-cn/application-dev/reference/apis/js-apis-system-parameter.md index f940fc6d68..145c978a7b 100755 --- a/zh-cn/application-dev/reference/apis/js-apis-system-parameter.md +++ b/zh-cn/application-dev/reference/apis/js-apis-system-parameter.md @@ -1,4 +1,4 @@ -# 系统参数 +# @ohos.systemParameter (系统属性) 系统参数(SystemParameter)是为各系统服务提供的简单易用的键值对访问接口,各个系统服务可以定义系统参数来描述该服务的状态信息,或者通过系统参数来改变系统服务的行为。其基本操作原语为get和set,通过get可以查询系统参数的值,通过set可以修改系统参数的值。 详细的系统参数设计原理及定义可参考 -- GitLab