Feature: 添加i18n支持

This commit is contained in:
2025-08-13 16:41:58 +08:00
parent 0870a1f4fa
commit 0603533014
6 changed files with 193 additions and 44 deletions

View File

@ -3,10 +3,10 @@
<div text4xl>
<div i-ep-warning inline-block />
</div>
<div>Not found</div>
<div>{{ $t('not-found') }}</div>
<div>
<button text-sm btn m="3 t8" @click="router.back()">
Back
{{ $t('back') }}
</button>
</div>
</main>