From a2778b6fb3c06eb57060887da63b206dbd538c1a Mon Sep 17 00:00:00 2001 From: npmrun <1549469775@qq.com> Date: Thu, 16 Apr 2026 17:36:38 +0800 Subject: [PATCH] feat: update layout to reflect new branding and add login page --- app/layouts/default.vue | 4 +- app/layouts/not-login.vue | 73 ++++++++++++++++++++++++++++++ app/pages/index/index.vue | 29 +----------- app/pages/login/index.vue | 113 ++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 190 insertions(+), 29 deletions(-) create mode 100644 app/layouts/not-login.vue create mode 100644 app/pages/login/index.vue diff --git a/app/layouts/default.vue b/app/layouts/default.vue index 328d767..b58d962 100644 --- a/app/layouts/default.vue +++ b/app/layouts/default.vue @@ -5,7 +5,7 @@
- Nuxt4 Demo + BigHouse @@ -25,7 +25,7 @@
- Built with Nuxt + Nuxt UI + Built with Nuxt + Nuxt UI & BigHouse
diff --git a/app/layouts/not-login.vue b/app/layouts/not-login.vue new file mode 100644 index 0000000..d41cb1d --- /dev/null +++ b/app/layouts/not-login.vue @@ -0,0 +1,73 @@ + + + \ No newline at end of file diff --git a/app/pages/index/index.vue b/app/pages/index/index.vue index c269efa..3d08253 100644 --- a/app/pages/index/index.vue +++ b/app/pages/index/index.vue @@ -5,32 +5,7 @@ const userCount = computed(() => data.value?.users?.length ?? 0) \ No newline at end of file diff --git a/app/pages/login/index.vue b/app/pages/login/index.vue new file mode 100644 index 0000000..7c0c9ff --- /dev/null +++ b/app/pages/login/index.vue @@ -0,0 +1,113 @@ + + + \ No newline at end of file