feat: not finish logic analyzer ui

This commit is contained in:
2025-07-14 12:15:50 +08:00
parent c5f0e706a4
commit 6068a10d67
3 changed files with 158 additions and 1 deletions

View File

@@ -7,6 +7,7 @@
<Zap class="w-5 h-5" />
逻辑信号分析
</h2>
<LogicalWaveFormDisplay />
</div>
</div>
@@ -37,7 +38,8 @@
<script setup lang="ts">
import { Zap, Settings, Layers } from "lucide-vue-next";
import { useEquipments } from "@/stores/equipments";
import LogicalWaveFormDisplay from "@/components/LogicAnalyzer/LogicalWaveFormDisplay.vue";
// 使用全局设备配置
const equipments = useEquipments();
</script>
</script>