Skip to content

Commit c138a18

Browse files
committed
feat: script view
1 parent 4ed5d57 commit c138a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/demo/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ const ProDemo = () => {
119119
return (
120120
<FixTabPanel>
121121
{/* <OrbitingCirclesDemo /> */}
122-
<ScriptView showMultiplePackageOptions={true} codeLanguage="shell" commandMap={customCommandMap} />
122+
{/* <ScriptView showMultiplePackageOptions={true} codeLanguage="shell" commandMap={customCommandMap} /> */}
123123
{/* <section style={{ height: 240, overflow: 'hidden', margin: 20 }}>
124124
<AnimatedList>
125125
{Array.from({ length: 10 }, () => ({

0 commit comments

Comments
 (0)