添加可视化编排的独立入口

This commit is contained in:
fofolee
2025-01-12 15:35:45 +08:00
parent 2fcad53ef9
commit 9df34cfe08
9 changed files with 134 additions and 63 deletions

View File

@@ -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",