修复匹配全部文本时进入插件无效的bug

This commit is contained in:
fofolee 2024-01-22 16:31:58 +08:00
parent 26111a728b
commit 541f266ecf

View File

@ -17,7 +17,7 @@ const routes = [{
import ('pages/ConfigurationPage.vue')
},
{
path: '/:type(default|files|img|key|regex|window|professional)_:uid(\\w+)',
path: '/:type(default|files|img|key|regex|over|window|professional)_:uid(\\w+)',
name: 'command',
component: () =>
import ('pages/CommandPage.vue')