From 582b756ce925bf140de79405af2054ce027deceb Mon Sep 17 00:00:00 2001 From: Zhicheng WANG Date: Tue, 9 Feb 2021 09:40:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20CLI=20=E6=96=87=E6=A1=A3=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E5=B7=B2=E5=BC=83=E7=94=A8=E6=A0=87=E5=BF=97=E7=BF=BB?= =?UTF-8?q?=E8=AF=91=E4=B8=8D=E6=AD=A3=E7=A1=AE=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/tools/transforms/templates/cli/lib/cli.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aio/tools/transforms/templates/cli/lib/cli.html b/aio/tools/transforms/templates/cli/lib/cli.html index 7a706834e6..10aeec1a8a 100644 --- a/aio/tools/transforms/templates/cli/lib/cli.html +++ b/aio/tools/transforms/templates/cli/lib/cli.html @@ -60,7 +60,8 @@ {% if option.deprecated === true %}

Deprecated

{% else %} - {$ ('**Deprecated:** ' + option.deprecated) | marked $} +

已弃用:

+ {$ option.deprecated | marked $} {% endif %} {% endif %} {$ option.description | marked $}