fix: 补全搜索页面缺失的翻译内容
All checks were successful
deploy to server / build-and-deploy (push) Successful in 3m13s

- 栏目标题、搜索卡片类型翻译
This commit is contained in:
2025-11-24 14:18:41 +08:00
parent 5a4cef52be
commit 15a75f965b
6 changed files with 10 additions and 6 deletions

View File

@ -12,7 +12,7 @@
{{ hit.summary }}
</p>
<p v-if="hit.type" class="result-type">
<span>内容类型: </span>
<span>{{ $t('search.section') }}: </span>
<span class="result-type-name">{{ getIndexLabel(hit.type) }}</span>
</p>
</el-card>