feat: 添加数值类型的波形显示

This commit is contained in:
2025-07-29 14:57:07 +08:00
parent 6c1bda50ce
commit f200d90fc0
2 changed files with 155 additions and 83 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div>
<div class="card">
<div class="card m-5 bg-base-200 shadow-2xl">
<WaveformDisplay />
</div>
</div>