mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-07-05 07:32:45 +08:00
修复匹配全部文本时进入插件无效的bug
This commit is contained in:
parent
26111a728b
commit
541f266ecf
@ -17,7 +17,7 @@ const routes = [{
|
|||||||
import ('pages/ConfigurationPage.vue')
|
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',
|
name: 'command',
|
||||||
component: () =>
|
component: () =>
|
||||||
import ('pages/CommandPage.vue')
|
import ('pages/CommandPage.vue')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user