Skip to content

Commit 24ef3be

Browse files
authored
chore: update preview image (#86)
1 parent 82145ff commit 24ef3be

4 files changed

Lines changed: 1 addition & 3 deletions

File tree

components/integration/InstallSteps.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ export default function InstallSteps({
6767
/>
6868
)}
6969

70-
{/* 连接线:完成步骤为绿色,其余为灰色 */}
7170
{!isLast && (
7271
<span
7372
className={`mt-1 inline-block w-[2px] h-8 rounded ${
@@ -80,7 +79,6 @@ export default function InstallSteps({
8079
)}
8180
</div>
8281

83-
{/* 文案区域 */}
8482
<div className="flex-1">
8583
<div
8684
className={

components/integration/IntegrationInstallDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export default function IntegrationInstallDialog({
5656
copiedText={locale.copied ?? ""}
5757
nextTitle={locale.next ?? ""}
5858
description={locale.desc ?? ""}
59-
screenshotSrc="/images/preview.png"
59+
screenshotSrc="/images/integration/Install.gif"
6060
screenshotAlt="Coco Server"
6161
/>
6262
</Dialog.Content>
1.85 MB
Loading
590 KB
Binary file not shown.

0 commit comments

Comments
 (0)