feat: 添加通知页面并更新路由和国际化支持
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user