feat: add monitoring marked articles and retention updates
This commit is contained in:
@@ -377,7 +377,14 @@ const navSections = computed<NavSection[]>(() => {
|
||||
{
|
||||
key: 'tracking',
|
||||
title: t('nav.tracking'),
|
||||
items: [{ key: '/tracking', label: t('nav.trackingDetail'), icon: LineChartOutlined }],
|
||||
items: [
|
||||
{ key: '/tracking', label: t('nav.trackingDetail'), icon: LineChartOutlined },
|
||||
{
|
||||
key: '/tracking/marked-articles',
|
||||
label: t('nav.trackingMarkedArticles'),
|
||||
icon: FileTextOutlined,
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 'contentManagement',
|
||||
|
||||
Reference in New Issue
Block a user