feat: add monitoring marked articles and retention updates
Frontend CI / Frontend (push) Successful in 7m47s
Backend CI / Backend (push) Successful in 19m26s

This commit is contained in:
2026-06-17 12:48:41 +08:00
parent 9ed857e159
commit 31c4dd9358
40 changed files with 2373 additions and 488 deletions
+8 -1
View File
@@ -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',