update frontend ui, i18n, filters, and deps

This commit is contained in:
2026-01-22 06:18:04 +01:00
parent 88624f3bed
commit 2b659920c2
52 changed files with 13874 additions and 13 deletions

View File

@@ -0,0 +1,10 @@
<template>
<div class="card" style="margin-bottom: 16px;">
<h3>{{ t('i18n.title') }}</h3>
<p>{{ t('i18n.description') }}</p>
</div>
</template>
<script setup lang="ts">
const { t } = useI18n()
</script>