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

This commit is contained in:
Zhicheng WANG 2021-02-09 09:40:43 +08:00
parent 2ff0ed7c7e
commit 582b756ce9
1 changed files with 2 additions and 1 deletions

View File

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