CN-1456 feat: 一些国际化

This commit is contained in:
chenjinsong
2023-11-22 16:48:17 +08:00
parent 5d42334074
commit f25805ea0a
10 changed files with 35 additions and 23 deletions

View File

@@ -148,7 +148,7 @@
</template>
<template v-else-if="detection.darkweb">
<div class="overview__row">
<div class="row__label">{{ $t('detection.nodeTypeLower') }}</div>
<div class="row__label">{{ $t('detection.nodeType') }}</div>
<div class="row__content">{{ $_.get(detection, 'darkweb.nodeType', '-') || '-' }}</div>
</div>
<template v-if="$_.get(detection.darkweb, 'nodeType', '') === 'tor'">