From fbd779563d4c1169e9f3740ef386a624d36a4519 Mon Sep 17 00:00:00 2001 From: DrHuangMHT Date: Thu, 23 Apr 2026 22:22:31 +0800 Subject: [PATCH] fix(stage-web): remove duplicate page for route /devtools (#1677) ## Description `vue-router` is producing a warning about duplicate route `/devtools` on `stage-web`. Removing `stage-web/src/pages/devtools/index.vue` resolves the warning. There is a duplicate route introduced in `stage-pages/src/pages/devtools/index.vue`. The file in `stage-web` is removed in favor of the one in `stage-pages`. related commit [`44ec5e4`](https://github.com/moeru-ai/airi/commit/44ec5e416c04ab6fe1d39f01f67330703078439d) ## Linked Issues ## Additional Context --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Neko --- apps/stage-web/src/pages/devtools/index.vue | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 apps/stage-web/src/pages/devtools/index.vue diff --git a/apps/stage-web/src/pages/devtools/index.vue b/apps/stage-web/src/pages/devtools/index.vue deleted file mode 100644 index 0b749bbf7..000000000 --- a/apps/stage-web/src/pages/devtools/index.vue +++ /dev/null @@ -1,13 +0,0 @@ - - - - - -meta: - layout: settings - titleKey: tamagotchi.settings.devtools.title -