From 763369516f77c70524c6403119d909e9273105b4 Mon Sep 17 00:00:00 2001 From: zyronon Date: Sun, 6 Aug 2023 18:22:11 +0800 Subject: [PATCH] SAve --- src/App.vue | 146 ++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 114 insertions(+), 32 deletions(-) diff --git a/src/App.vue b/src/App.vue index 57747755..7579ebec 100644 --- a/src/App.vue +++ b/src/App.vue @@ -150,10 +150,12 @@ function playAudio(word) { let audio = new Audio(generateWordSoundSrc(word, 'us')) audio.play() } + +const step = $ref(1)