diff --git a/src/router/index.ts b/src/router/index.ts index 8886811..5261cdc 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -62,6 +62,12 @@ const routes = [ component: () => import("../views/Settings.vue"), meta: { keepAlive: false }, }, + { + path: "/runpy", + name: "runpy", + component: () => import("../views/RunPy.vue"), + meta: { keepAlive: false }, + }, { path: "/:catchAll(.*)", component: () => import("../views/NotFound.vue"), diff --git a/src/views/RunPy.vue b/src/views/RunPy.vue new file mode 100644 index 0000000..a5edc6e --- /dev/null +++ b/src/views/RunPy.vue @@ -0,0 +1,438 @@ + + + + +