Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/demo/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const ProDemo = () => {
return (
<FixTabPanel>
{/* <OrbitingCirclesDemo /> */}
<ScriptView showMultiplePackageOptions={true} codeLanguage="shell" commandMap={customCommandMap} />
<ScriptView showMultiplePackageOptions codeLanguage="shell" commandMap={customCommandMap} />
{/* <section style={{ height: 240, overflow: 'hidden', margin: 20 }}>
<AnimatedList>
{Array.from({ length: 10 }, () => ({
Expand Down
6 changes: 3 additions & 3 deletions src/pages/home/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ const Home = () => {
className="text-gray-500"
waitTime={1500}
deleteSpeed={40}
cursorChar={'_'}
cursorChar="_"
/>
</section>
<section style={{ margin: '20px 0', fontSize: 20 }}>
Expand Down Expand Up @@ -543,7 +543,7 @@ const Home = () => {
dur="3s"
calcMode="linear"
repeatCount="indefinite"
></animate>
/>
</path>
</svg>
<div className={styles.itemCircleTail} />
Expand Down Expand Up @@ -674,7 +674,7 @@ const Home = () => {
<AnimateOnScreen.DiyAnimation
from={{ opacity: 0, transform: 'translate(-100%, 0)' }}
to={{ opacity: 1, transform: 'translate(0, 0)' }}
triggerOnce={true}
triggerOnce
>
<Zoom>
<img src={HePng} alt="" />
Expand Down
Loading