@@ -1357,15 +1357,15 @@ export default function ScenarioCreateModal({
13571357
13581358 { /* 目标服务器 */ }
13591359 < div className = "flex flex-col items-center" >
1360- < span className = "text-xs text-default-500 mb-1 opacity-0 " >
1361- 占位
1360+ < span className = "text-xs text-default-500 mb-1" >
1361+ { formData . targetServerAddress || "192.168.1.100" }
13621362 </ span >
13631363 < Icon
13641364 className = "text-3xl text-success"
13651365 icon = "ph:airplane-landing-fill"
13661366 />
13671367 < span className = "text-xs text-default-600 font-medium mt-1" >
1368- { formData . targetServicePort || "1080 " }
1368+ { formData . targetServicePort || "3306 " }
13691369 </ span >
13701370 </ div >
13711371 </ div >
@@ -1661,15 +1661,15 @@ export default function ScenarioCreateModal({
16611661 { /* 入口 */ }
16621662 < div className = "bg-primary-50 dark:bg-primary-900/20 rounded-lg p-3" >
16631663 < div className = "flex items-center gap-2 mb-2" >
1664- < Icon icon = "uim:exit " className = "text-primary text-lg" />
1664+ < Icon icon = "line-md:login " className = "text-primary text-lg" />
16651665 < span className = "text-xs font-medium text-primary" > 入口</ span >
16661666 </ div >
16671667 < div className = "font-mono text-sm text-default-700 break-all" > { entry } </ div >
16681668 </ div >
16691669 { /* 出口 */ }
16701670 < div className = "bg-success-50 dark:bg-success-900/20 rounded-lg p-3" >
16711671 < div className = "flex items-center gap-2 mb-2" >
1672- < Icon icon = "uim:sign-out " className = "text-success text-lg" />
1672+ < Icon icon = "line-md:logout " className = "text-success text-lg" />
16731673 < span className = "text-xs font-medium text-success" > 出口</ span >
16741674 { exit . length > 1 && (
16751675 < span className = "text-[10px] px-1.5 py-0.5 rounded-full bg-warning-100 text-warning-600 dark:bg-warning-900/30 dark:text-warning-400" >
0 commit comments