From 2dca5b519c06c2fb7bd1c29eb2c19484d85b99a1 Mon Sep 17 00:00:00 2001 From: zengyawen Date: Fri, 9 Sep 2022 09:50:01 +0000 Subject: [PATCH] fixed 0ddffc0 from https://gitee.com/zengyawen/docs/pulls/9345 update zh-cn/application-dev/reference/apis/js-apis-osAccount.md. Signed-off-by: zengyawen --- zh-cn/application-dev/reference/apis/js-apis-osAccount.md | 1 + 1 file changed, 1 insertion(+) diff --git a/zh-cn/application-dev/reference/apis/js-apis-osAccount.md b/zh-cn/application-dev/reference/apis/js-apis-osAccount.md index 46c10df342..0365fad9a8 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-osAccount.md +++ b/zh-cn/application-dev/reference/apis/js-apis-osAccount.md @@ -21,6 +21,7 @@ getAccountManager(): AccountManager **系统能力:** SystemCapability.Account.OsAccount **返回值:** + | 类型 | 说明 | | --------------------------------- | ------------------------ | | [AccountManager](#accountmanager) | 获取系统帐号能力的实例。 | -- GitLab