Browse Source

fix: 隐藏快速开始教程

feature/new_node
huangmin 1 month ago
parent
commit
2e3ccf6497
  1. 2
      .gitignore
  2. 2
      src/components/onboarding/FTUXModal.tsx

2
.gitignore

@ -3,7 +3,7 @@
/.pnp /.pnp
.pnp.js .pnp.js
.yarn/install-state.gz .yarn/install-state.gz
.codegraph
# testing # testing
/coverage /coverage

2
src/components/onboarding/FTUXModal.tsx

@ -101,7 +101,7 @@ export function FTUXModal({ onComplete, onStartTutorial }: FTUXModalProps) {
{/* Step indicators */} {/* Step indicators */}
<div className="flex gap-2 mt-4"> <div className="flex gap-2 mt-4">
{([1, 2, 3, 4] as const).map((step) => ( {([1, 2, 3] as const).map((step) => (
<div <div
key={step} key={step}
className={`h-1 flex-1 rounded-full transition-colors ${ className={`h-1 flex-1 rounded-full transition-colors ${

Loading…
Cancel
Save