99% เหลือระบบลงเวลา

This commit is contained in:
CJ 2024-11-13 17:49:15 +07:00
parent 1bcc1a52d6
commit 722478411d
2 changed files with 40 additions and 4 deletions

View file

@ -80,7 +80,7 @@ onMounted(async () => {
text.value = await res.text();
found.value = true;
chapter.value = +match[1];
chapter.value = +match[1] - 1 ;
parsed.value = md.parse(text.value, {});
}
}