设计数据结构

This commit is contained in:
zyronon
2023-08-24 00:36:21 +08:00
parent 6d4e1680ac
commit 942217f10e
5 changed files with 236 additions and 238 deletions

View File

@@ -29,7 +29,7 @@ import BaseButton from "@/components/BaseButton.vue";
let input = $ref('')
let wrong = $ref('')
let showFullWord = $ref(false)
let isDictation = $ref(true)
let isDictation = $ref(false)
let activeIndex = $ref(-1)
const store = useBaseStore()
@@ -158,9 +158,6 @@ async function onKeyDown(e: KeyboardEvent) {
}
}
onMounted(() => {
})
const show = $ref(false)
const {appearance, toggle} = useThemeColor()