feat: 添加嵌入式逻辑分析仪

This commit is contained in:
2025-07-16 21:53:49 +08:00
parent 8e19587a16
commit e3b769b24e
10 changed files with 360 additions and 13 deletions

View File

@@ -0,0 +1,11 @@
<template>
<div>
<div class="card">
<WaveformDisplay />
</div>
</div>
</template>
<script setup lang="ts">
import WaveformDisplay from '@/components/WaveformDisplay/WaveformDisplay.vue';
</script>