From 5bcc130dd7fe53a92f686aeb8da083338a285bdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Thu, 14 Nov 2024 21:46:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8B=86=E5=88=86=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- napcat.webui/src/App.vue | 93 +--------------------- napcat.webui/src/components/WebUiLogin.vue | 59 ++++++++++++++ 2 files changed, 62 insertions(+), 90 deletions(-) create mode 100644 napcat.webui/src/components/WebUiLogin.vue diff --git a/napcat.webui/src/App.vue b/napcat.webui/src/App.vue index 033318a9..1a6e94b8 100644 --- a/napcat.webui/src/App.vue +++ b/napcat.webui/src/App.vue @@ -1,96 +1,9 @@ - - \ No newline at end of file diff --git a/napcat.webui/src/components/WebUiLogin.vue b/napcat.webui/src/components/WebUiLogin.vue new file mode 100644 index 00000000..c700d227 --- /dev/null +++ b/napcat.webui/src/components/WebUiLogin.vue @@ -0,0 +1,59 @@ + + + + \ No newline at end of file