mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-24 13:03:30 +08:00
添加版本检测
This commit is contained in:
@@ -18,6 +18,10 @@ const routes = [
|
||||
{
|
||||
path: '/panel_:tags(\\w+)',
|
||||
component: () => import('pages/QuickPanel.vue')
|
||||
},
|
||||
{
|
||||
path: '/needupdate/:version-:requiredversion',
|
||||
component: () => import('pages/NeedUpdate.vue')
|
||||
}
|
||||
|
||||
]
|
||||
|
Reference in New Issue
Block a user