added to navbar

This commit is contained in:
tamaina 2025-08-25 07:28:02 +09:00
parent 32b21b1186
commit 926cd832c6
1 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,12 @@ import { i18n } from '@/i18n.js';
import { unisonReload } from '@/utility/unison-reload.js';
export const navbarItemDef = reactive({
qr: {
title: i18n.ts.qr,
icon: 'ti ti-qrcode',
show: computed(() => $i != null),
to: '/qr',
},
notifications: {
title: i18n.ts.notifications,
icon: 'ti ti-bell',