feat: 添加逻辑分析仪
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<Zap class="w-5 h-5" />
|
||||
逻辑信号分析
|
||||
</h2>
|
||||
<LogicalWaveFormDisplay />
|
||||
<LogicalWaveFormDisplay :data="generateTestLogicData()" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
<script setup lang="ts">
|
||||
import { Zap, Settings, Layers } from "lucide-vue-next";
|
||||
import { useEquipments } from "@/stores/equipments";
|
||||
import LogicalWaveFormDisplay from "@/components/LogicAnalyzer/LogicalWaveFormDisplay.vue";
|
||||
import { LogicalWaveFormDisplay, generateTestLogicData } from "@/components/LogicAnalyzer";
|
||||
|
||||
// 使用全局设备配置
|
||||
const equipments = useEquipments();
|
||||
|
Reference in New Issue
Block a user