feat: 添加通知页面并更新路由和国际化支持

This commit is contained in:
2025-12-25 19:49:39 +07:00
parent de810baff1
commit 96608a769b
5 changed files with 37 additions and 1 deletions

View File

@@ -30,11 +30,18 @@ const { t } = useI18n();
</div>
</ion-tab-button>
<ion-tab-button tab="chat" href="/layout/chat">
<!-- <ion-tab-button tab="chat" href="/layout/chat">
<div class="flex-col-center gap-1">
<ion-icon aria-hidden="true" :icon="chatboxEllipses" class="icon" />
<ion-label>{{ t('tabs.chat') }}</ion-label>
</div>
</ion-tab-button> -->
<ion-tab-button tab="notify" href="/layout/notify">
<div class="flex-col-center gap-1">
<ion-icon aria-hidden="true" :icon="chatboxEllipses" class="icon" />
<ion-label>{{ t('tabs.notify') }}</ion-label>
</div>
</ion-tab-button>
<ion-tab-button tab="user" href="/layout/user">