Even more search speed improving, and fixing minor image comparing bug

This commit is contained in:
mrfry 2021-03-17 12:32:16 +01:00
parent 8fdc62349b
commit 201119e05c
3 changed files with 55 additions and 16 deletions

View file

@ -11,8 +11,8 @@ export interface Question {
A: string
data: QuestionData
cache?: {
Q: string
A: string
Q: Array<string>
A: Array<string>
}
}