fix(store): change default order of navbar

This commit is contained in:
ASTRO:? 2024-12-22 22:44:41 +09:00
parent 2cf05adf22
commit b10ea1b79f
No known key found for this signature in database
GPG key ID: 8947F3AF5B0B4BFE

View file

@ -145,8 +145,9 @@ export const defaultStore = markRaw(new Storage('base', {
'announcements', 'announcements',
'search', 'search',
'-', '-',
'support',
'ui', 'ui',
'-',
'support',
], ],
}, },
visibility: { visibility: {