From 6a55b153fc8780efee549b86663d73503cc02bc9 Mon Sep 17 00:00:00 2001 From: IanShaw027 <131567472+IanShaw027@users.noreply.github.com> Date: Mon, 29 Dec 2025 16:06:38 +0800 Subject: [PATCH] =?UTF-8?q?fix(frontend):=20=E7=A7=BB=E9=99=A4=E6=9C=AA?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E7=9A=84=E5=B8=B8=E9=87=8F=E5=A3=B0=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/composables/useOnboardingTour.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/composables/useOnboardingTour.ts b/frontend/src/composables/useOnboardingTour.ts index b887b8c5..b2275f63 100644 --- a/frontend/src/composables/useOnboardingTour.ts +++ b/frontend/src/composables/useOnboardingTour.ts @@ -149,9 +149,7 @@ export function useOnboardingTour(options: OnboardingOptions) { const CLASS_REORGANIZED = 'reorganized' const CLASS_FOOTER_LEFT = 'footer-left' const CLASS_FOOTER_RIGHT = 'footer-right' - const CLASS_SKIP_BTN = 'header-skip-btn' const CLASS_DONE_BTN = 'driver-popover-done-btn' - const CLASS_TITLE_TEXT = 'driver-popover-title-text' const CLASS_PROGRESS_TEXT = 'driver-popover-progress-text' const CLASS_NEXT_BTN = 'driver-popover-next-btn' const CLASS_PREV_BTN = 'driver-popover-prev-btn'