From a58c6a846d2c18505b40ffa91f5138713c9cc6a5 Mon Sep 17 00:00:00 2001 From: Zhicheng WANG Date: Tue, 8 Jan 2019 16:12:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E8=A1=A5=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/tools/transforms/templates/api/export-base.template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/tools/transforms/templates/api/export-base.template.html b/aio/tools/transforms/templates/api/export-base.template.html index 9b94d5a312..664d0ebfaa 100644 --- a/aio/tools/transforms/templates/api/export-base.template.html +++ b/aio/tools/transforms/templates/api/export-base.template.html @@ -3,7 +3,7 @@ {% block body %}
{$ doc.shortDescription | marked $} - {% if doc.description %}

See more...

{% endif %} + {% if doc.description %}

查看"说明"...

{% endif %}
{% include "includes/security-notes.html" %} {% include "includes/deprecation.html" %}