|
@@ -225,6 +225,12 @@ export default defineComponent({
|
|
|
></Button>
|
|
|
)}
|
|
|
</Transition>
|
|
|
+ <div style={{ display: data.start ? "" : "none" }} class={styles.noteState}>
|
|
|
+ <span style={{ background: "#ffca67" }} class={styles.dot}></span>
|
|
|
+ <span>低</span>
|
|
|
+ <span style={{ background: "rgb(255, 0, 0)" }} class={styles.dot}></span>
|
|
|
+ <span>高</span>
|
|
|
+ </div>
|
|
|
{/* <div class={styles.title}>
|
|
|
<span>音符频率: {noteFrequency.value.toFixed(2)}</span>
|
|
|
<span style={{ color: 'red', marginLeft: '10px' }}>拾音频率: {audioFrequency.value.toFixed(2)}</span>
|