From 0a46c3e59199095f259a47db71640e2b24a55872 Mon Sep 17 00:00:00 2001 From: xiaomai Date: Sun, 26 Oct 2025 23:44:04 +0800 Subject: [PATCH] refactor(join-us): adopt UPage layout components The 'Join Us' page layout has been refactored to use the `` and `` components from Nuxt UI. This change ensures a consistent page structure with the rest of the application. Additionally, quote styles in the script section have been standardized to double quotes. --- app/pages/join-us/index.vue | 467 ++++++++++++++++++++---------------- 1 file changed, 260 insertions(+), 207 deletions(-) diff --git a/app/pages/join-us/index.vue b/app/pages/join-us/index.vue index 0152469..c7f07ce 100644 --- a/app/pages/join-us/index.vue +++ b/app/pages/join-us/index.vue @@ -1,6 +1,6 @@