feat: 添加逻辑分析仪

This commit is contained in:
2025-07-14 16:07:37 +08:00
parent e8a16fd446
commit 4d6c06a0e0
5 changed files with 230 additions and 98 deletions

View File

@@ -6,7 +6,7 @@
type="radio"
name="function-bar"
id="1"
checked
:checked="checkID === 1"
@change="handleTabChange"
/>
<TerminalIcon class="icon" />
@@ -17,6 +17,7 @@
type="radio"
name="function-bar"
id="2"
:checked="checkID === 2"
@change="handleTabChange"
/>
<VideoIcon class="icon" />
@@ -27,6 +28,7 @@
type="radio"
name="function-bar"
id="3"
:checked="checkID === 3"
@change="handleTabChange"
/>
<SquareActivityIcon class="icon" />
@@ -37,6 +39,7 @@
type="radio"
name="function-bar"
id="4"
:checked="checkID === 4"
@change="handleTabChange"
/>
<Zap class="icon" />