Skip to content

Commit 32c488b

Browse files
committed
Add missing field
1 parent eae0fa3 commit 32c488b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "anime-captcha",
3-
"version": "1.0.22",
3+
"version": "1.0.23",
44
"type": "module",
55
"scripts": {
66
"dev": "yarn config:pkg && vite",

src/data/hani.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,11 +346,12 @@
346346
"anime": {
347347
"en": "Redo of Healer",
348348
"ja": "回復術士のやり直し"
349-
}
349+
},
350+
"answer": true
350351
}
351352
],
352353
"onFail": {
353354
"text": "You are not Cultured",
354355
"image": "https://c.tenor.com/HitmKqvfcQ8AAAAC/stupid-pixar.gif"
355356
}
356-
}
357+
}

0 commit comments

Comments
 (0)