优化相关文档

This commit is contained in:
marvzhang
2020-03-02 09:36:41 +08:00
parent 2712d7207d
commit 97c0aaf2d1
4 changed files with 59 additions and 21 deletions

View File

@@ -6,15 +6,23 @@ export default {
},
{
path: '/spiders',
pattern: '^Spider'
pattern: '^Spider|^SDK|^Integration|^CI/Git'
},
{
path: '/tasks',
pattern: '^Task'
pattern: '^Task|^Architecture/Task'
},
{
path: '/schedules',
pattern: '^Schedule'
},
{
path: '/nodes',
pattern: '^Node|^Architecture/Node'
},
{
path: '/setting',
pattern: '^Notification'
}
]
}