feat: 多语言国际化支持

This commit is contained in:
IGCrystal
2025-06-15 22:42:43 +08:00
parent 5e4bd36b26
commit 6e03218d54
11 changed files with 333 additions and 19 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<div class="d-flex align-center justify-center"
style="flex-grow: 1; width: 100%; border: 1px solid #eee; border-radius: 8px;">
<span size="64">🌍</span>
<p class="text-h6 text-grey ml-4">前面的世界以后再来探索吧</p>
<p class="text-h6 text-grey ml-4">{{ $t('alkaid.comingSoon') }}</p>
</div>
</div>
</template>