🚸 增加几个后缀并优化多语言

This commit is contained in:
7836246
2024-03-03 13:54:20 +08:00
parent 9a64049c60
commit 263ad0a4df
7 changed files with 16 additions and 5 deletions
+3 -1
View File
@@ -63,7 +63,9 @@ useHead({
<span class="text-gray-300 text-sm font-normal ml-2">{{ timeStore.getDnsServer }}</span>
</h2>
<ClientOnly>
<DnsApiChanges />
<UTooltip :text="t('popper.dnsChange')" :popper="{ placement: 'top' }">
<DnsApiChanges />
</UTooltip>
</ClientOnly>
</div>