From cda8f091029eacb5be0365f246bea30fbb8db66d Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Wed, 23 Jul 2025 02:03:39 +0800 Subject: [PATCH] feat(stage-web): improved, both all devtools and 404 --- apps/stage-web/src/layouts/default.vue | 2 +- apps/stage-web/src/pages/[...all].vue | 18 ++++++++++++++++-- .../devtools/background-gradient-blending.vue | 4 ++-- .../src/pages/devtools/gesture-circle.vue | 7 +++++-- apps/stage-web/src/pages/devtools/polaroid.vue | 7 ++++--- 5 files changed, 28 insertions(+), 10 deletions(-) diff --git a/apps/stage-web/src/layouts/default.vue b/apps/stage-web/src/layouts/default.vue index 03697b4d2..e917d47bc 100644 --- a/apps/stage-web/src/layouts/default.vue +++ b/apps/stage-web/src/layouts/default.vue @@ -23,7 +23,7 @@ import HeaderLink from '../components/Layouts/HeaderLink.vue' -
+
diff --git a/apps/stage-web/src/pages/[...all].vue b/apps/stage-web/src/pages/[...all].vue index 6bda8c141..14b8c4e97 100644 --- a/apps/stage-web/src/pages/[...all].vue +++ b/apps/stage-web/src/pages/[...all].vue @@ -1,5 +1,19 @@ + + diff --git a/apps/stage-web/src/pages/devtools/background-gradient-blending.vue b/apps/stage-web/src/pages/devtools/background-gradient-blending.vue index 397b40c3f..f9833a489 100644 --- a/apps/stage-web/src/pages/devtools/background-gradient-blending.vue +++ b/apps/stage-web/src/pages/devtools/background-gradient-blending.vue @@ -164,7 +164,7 @@ onUnmounted(() => {