From 17daf254cdfaa093194bc4bf104810e7f79233fa Mon Sep 17 00:00:00 2001 From: nepiedg <806669289@qq.com> Date: Wed, 4 Mar 2026 12:38:46 +0800 Subject: [PATCH] feat: Enhance onboarding and profile pages with improved navigation and UI updates Updated the onboarding page to include a navigation area with a step indicator and adjusted the progress bar styling. In the profile page, simplified the user section, added options for clearing cache and copying feedback email, and improved layout consistency. Enhanced overall visual design with a light green gradient theme. --- pages/onboarding/index.vue | 59 ++++++++++-- pages/profile/index.vue | 185 +++++++++++-------------------------- 2 files changed, 105 insertions(+), 139 deletions(-) diff --git a/pages/onboarding/index.vue b/pages/onboarding/index.vue index 2f4f0f4..6302925 100644 --- a/pages/onboarding/index.vue +++ b/pages/onboarding/index.vue @@ -1,7 +1,12 @@