关键字管理

This commit is contained in:
2026-03-30 13:07:33 +08:00
parent 7d3e6654fd
commit 3f53a6c7d0
13 changed files with 1349 additions and 197 deletions

View File

@@ -1097,6 +1097,13 @@ export default new Router({
title: 'Scholar Database'
}
},
{
path: '/crawlTaskMonitor',
component: () => import('../components/page/crawlTaskMonitor'),
meta: {
title: 'Crawl Task Monitor'
}
},
{
path: '/scholarCrawlersKeywords',
component: () => import('../components/page/scholarCrawlersKeywords'),