From 6df719c9e8f217e57e22d24dc772f0bdf5a7c162 Mon Sep 17 00:00:00 2001 From: gushishang <117088703+gushishang@users.noreply.github.com> Date: Thu, 5 Feb 2026 16:08:31 +0800 Subject: [PATCH] Refine RunPy layout and mobile styles --- src/router/index.ts | 6 + src/views/RunPy.vue | 438 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 444 insertions(+) create mode 100644 src/views/RunPy.vue 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 @@ + + + + +