mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-16 16:14:17 +08:00
修复匹配全部文本时进入插件无效的bug
This commit is contained in:
@@ -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')
|
||||||
@@ -60,4 +60,4 @@ const routes = [{
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
export default routes
|
export default routes
|
||||||
|
|||||||
Reference in New Issue
Block a user