feat: add 'Label' link to dashboard and create corresponding page
Some checks failed
Frontend CI / build (push) Failing after 59s

This commit is contained in:
SquidSpirit 2025-10-13 20:17:38 +08:00
parent 9d7a8bd300
commit d74c5b82c2
2 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,7 @@
const links: DashboardLink[] = [ const links: DashboardLink[] = [
{ label: 'Post', href: '/dashboard/post' }, { label: 'Post', href: '/dashboard/post' },
{ label: 'Label', href: '/dashboard/label' },
{ label: 'Image', href: '/dashboard/image' }, { label: 'Image', href: '/dashboard/image' },
]; ];
</script> </script>

View File

@ -0,0 +1 @@
<div>Label</div>