文章解析

This commit is contained in:
zyronon
2023-09-03 01:10:40 +08:00
parent 791cf03f15
commit 1ded37c103

View File

@@ -130,6 +130,7 @@ let index = $ref(0)
let input = $ref('')
let wrong = $ref('')
let isSpace = $ref(false)
let isD = $ref(false)
const currentIndex = computed(() => {
return `${sectionIndex}${sentenceIndex}${wordIndex}`