곰믹스 자막(3-10)(3-11) 자막텍스트로 ClipIndex 값 구하는 로직 추가

This commit is contained in:
2025-03-21 17:26:51 +09:00
parent 77906aff1d
commit 257df29eee
11 changed files with 56 additions and 1158 deletions

View File

@@ -223,7 +223,7 @@ function getGpdpScore(gpdpData, scoringJson, index) {
}
if(distance.length !== 0 && distance[0].value == rightAnswer["distance"]){
shadowScore += 1;
console.log('distence matched');
console.log('distance matched');
}
if(blur.length !== 0 && blur[0].value == rightAnswer["blur"]){
shadowScore += 1;