fix: CLI 文档中的已弃用标志翻译不正确。

This commit is contained in:
Zhicheng WANG 2021-02-09 09:40:43 +08:00
parent 2ff0ed7c7e
commit 582b756ce9

View File

@ -60,7 +60,8 @@
{% if option.deprecated === true %} {% if option.deprecated === true %}
<p><strong>Deprecated</strong></p> <p><strong>Deprecated</strong></p>
{% else %} {% else %}
{$ ('**Deprecated:** ' + option.deprecated) | marked $} <p><strong>已弃用:</strong></p>
{$ option.deprecated | marked $}
{% endif %} {% endif %}
{% endif %} {% endif %}
{$ option.description | marked $} {$ option.description | marked $}