modify navbar.ts

This commit is contained in:
tamaina 2025-08-31 09:30:58 +09:00
parent ad3c22de5e
commit 78570ffaff
1 changed files with 6 additions and 6 deletions

View File

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