From 125b054cfa38d8b87c6106c8655fca797487154c Mon Sep 17 00:00:00 2001 From: zengyawen Date: Wed, 16 Mar 2022 02:55:37 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BA=9F=E5=BC=83=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E8=AF=B4=E6=98=8E=20Signed-off-by:=20zengyawen=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zh-cn/contribute/template/js-template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/contribute/template/js-template.md b/zh-cn/contribute/template/js-template.md index 9fba9061f60..78278d7c9b1 100644 --- a/zh-cn/contribute/template/js-template.md +++ b/zh-cn/contribute/template/js-template.md @@ -25,7 +25,7 @@ > 0.8 - **废弃内容**:不能直接在文档上删去,在废弃内容后面加上标标注deprecated,并使用“>”引用语法建议使用的替代方式,加上对应的链接。 > 示例:abandonmentMethod(deprecated) > -> > 从API Version 7 开始废弃,建议使用[newMethod](#newMethod)替代。 +> > 从API Version 7 开始不再维护,建议使用[newMethod](#newMethod)替代。 > > 0.9 - **MR版本才能实现的空接口**,在接口的描述说明中,添加: > 本接口在OpenHarmony 3.1 Release版本仅为接口定义,暂不支持使用。接口将在OpenHarmony 3.1 MR版本中提供使用支持。 -- Gitee