From ecb4358977934ba441cddf05aa5caa5e533dad7f Mon Sep 17 00:00:00 2001 From: LiAn Date: Tue, 8 Feb 2022 12:10:25 +0000 Subject: [PATCH] update zh-cn/contribute/template/js-template.md. Signed-off-by: LiAn --- zh-cn/contribute/template/js-template.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/zh-cn/contribute/template/js-template.md b/zh-cn/contribute/template/js-template.md index 4612480a72e..bab06bcd87b 100644 --- a/zh-cn/contribute/template/js-template.md +++ b/zh-cn/contribute/template/js-template.md @@ -67,6 +67,13 @@ import call from '@ohos.telephony.call'; ``` +## 系统能力 +> *写作说明* +> +> 3.1 - 可选,如果不涉及则删除此二级标题。 +> +SystemCapability.BundleManager.BundleFramework + ## 属性 > *写作说明* -- Gitee