mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Even more search speed improving, and fixing minor image comparing bug
This commit is contained in:
parent
8fdc62349b
commit
201119e05c
3 changed files with 55 additions and 16 deletions
|
@ -11,8 +11,8 @@ export interface Question {
|
|||
A: string
|
||||
data: QuestionData
|
||||
cache?: {
|
||||
Q: string
|
||||
A: string
|
||||
Q: Array<string>
|
||||
A: Array<string>
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue