This commit is contained in:
yuanhau 2025-06-14 21:43:21 +08:00
parent 85c3332c76
commit f1324ae0e4
2 changed files with 5 additions and 2 deletions

View file

@ -2,5 +2,8 @@
const { t } = useI18n();
</script>
<template>
<div></div>
<div class="justify-center align-center text-center">
<h1 class="text-2xl text-bold">{{ t("pages.tos.title") }}</h1>
<p>{{ t("pages.tos.content") }}</p>
</div>
</template>