fix: 翻译 API 模板
This commit is contained in:
parent
b86481285a
commit
9a86efc8ea
|
@ -220,7 +220,7 @@
|
|||
{% set nonInternalMembers = ancestor.doc[collectionName] | filterByPropertyValue('internal', undefined) %}
|
||||
{% if nonInternalMembers.length -%}
|
||||
<section class="inherited-members-list">
|
||||
<h3>Inherited from <code><a class="code-anchor" href="{$ ancestor.doc.path $}">{$ ancestor.doc.name $}</a></code></h3>
|
||||
<h3>继承自 <code><a class="code-anchor" href="{$ ancestor.doc.path $}">{$ ancestor.doc.name $}</a></code></h3>
|
||||
<ul>
|
||||
{% for member in nonInternalMembers %}
|
||||
<li>
|
||||
|
|
Loading…
Reference in New Issue