添加文章管理和文章分组页面

This commit is contained in:
Eamon
2026-06-09 16:37:40 +08:00
parent 9f74483345
commit d2c7846a91
24 changed files with 1908 additions and 32 deletions

View File

@@ -10,9 +10,11 @@ import {
DollarSign,
DoorClosedIcon,
FolderCode,
FolderTree,
Home,
KeyRound,
type LucideIcon,
Newspaper,
Package,
ScanSearch,
Shield,
@@ -217,6 +219,16 @@ const menuSections: { title: string; items: NavItemProps[] }[] = [
label: "产品管理",
requiredScope: ScopeProductRead,
},
{
href: "/articles",
icon: Newspaper,
label: "文章管理",
},
{
href: "/article-groups",
icon: FolderTree,
label: "文章分组",
},
{
href: "/discount",
icon: SquarePercent,