1 line
744 B
JavaScript
Executable File
1 line
744 B
JavaScript
Executable File
try{let e=new tourguide.TourGuideClient({keyboardControls:!0,rememberStep:!0,dialogZ:1010,backdropColor:"rgba(76, 76, 92, 0.75)"});function startTour(){e.start()}e.onFinish(()=>{console.warn("Tour finished")}),e.onAfterStepChange(()=>{console.warn("Tour step changed")}),e.addSteps([{title:"👋 Welcome to the Dashboard Tour",content:'<p class="mb-3">Take a quick tour to explore the key features of our admin dashboard.</p><p>Use your keyboard or click "Next" to continue.</p>',order:0},{title:"You're All Set!",content:'<p class="mb-3">You’re ready to make the most of your admin panel 🎉</p><p class="mb-3 text-muted">Click anywhere outside the tour to exit.</p>',order:999}])}catch{console.warn("Some thing went wrong with the tour.")} |