mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2026-02-28 18:11:25 +08:00
添加可视化编排的独立入口
This commit is contained in:
@@ -9,6 +9,11 @@ const routes = [
|
||||
name: "code",
|
||||
component: () => import("pages/RunCodePage.vue"),
|
||||
},
|
||||
{
|
||||
path: "/composer",
|
||||
name: "composer",
|
||||
component: () => import("pages/RunComposerPage.vue"),
|
||||
},
|
||||
{
|
||||
path: "/newcommand",
|
||||
name: "newcommand",
|
||||
|
||||
Reference in New Issue
Block a user