@@ -17,7 +17,7 @@ import XuePng from '@assets/images/xue.png'
1717
1818import { Command , Cannabis , Beer , Mail } from 'lucide-react'
1919import ScriptView from '@stateless/ScriptView'
20- // import AnimatedList from '@stateless/AnimatedList'
20+ import AnimatedList from '@stateless/AnimatedList'
2121import { DraggableList , DraggableItem } from '@stateless/DraggableList'
2222
2323import styles from './index.module.less'
@@ -118,9 +118,9 @@ const ProDemo = () => {
118118
119119 return (
120120 < FixTabPanel >
121- < OrbitingCirclesDemo />
121+ { /* <OrbitingCirclesDemo /> */ }
122122 < ScriptView showMultiplePackageOptions = { true } codeLanguage = "shell" commandMap = { customCommandMap } />
123- { /* <section style={{ height: 240, overflow: 'hidden', margin: 20 }}>
123+ < section style = { { height : 240 , overflow : 'hidden' , margin : 20 } } >
124124 < AnimatedList >
125125 { Array . from ( { length : 10 } , ( ) => ( {
126126 id : Math . random ( ) ,
@@ -134,10 +134,10 @@ const ProDemo = () => {
134134 </ div >
135135 ) ) }
136136 </ AnimatedList >
137- </section> */ }
138- < section className = "flex items-center justify-center gap-5" >
139- < DraggableList items = { items } onChange = { handleReorder } className = "w-[600px] max-w-md cursor-move" />
140137 </ section >
138+ { /* <section className="flex items-center justify-center gap-5">
139+ <DraggableList items={items} onChange={handleReorder} className="w-[600px] max-w-md cursor-move" />
140+ </section> */ }
141141 < StarBack />
142142 < StickyCard cards = { [ ...Array . from ( { length : 4 } , ( ) => ( { id : Math . random ( ) } ) ) ] } />
143143 < div className = "relative w-full overflow-hidden bg-[#0a192f]" >
0 commit comments