From 969e223fb42551b85152f94f0a5af30a0dbe569a Mon Sep 17 00:00:00 2001 From: MoeSnowyFox Date: Fri, 19 Sep 2025 23:53:15 +0800 Subject: [PATCH] =?UTF-8?q?feat(components):=20=E6=B7=BB=E5=8A=A0=E5=BC=80?= =?UTF-8?q?=E5=8F=91=E7=8E=AF=E5=A2=83=E8=B0=83=E8=AF=95=E9=9D=A2=E6=9D=BF?= =?UTF-8?q?=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/App.vue | 8 +- frontend/src/components/DevDebugPanel.vue | 483 ++++++++++++++++++++++ 2 files changed, 489 insertions(+), 2 deletions(-) create mode 100644 frontend/src/components/DevDebugPanel.vue diff --git a/frontend/src/App.vue b/frontend/src/App.vue index a4cfc6b..9c02e1e 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -1,5 +1,5 @@ + +