[O] Ghost cards should not be guessed

This commit is contained in:
Azalea
2024-02-22 18:14:58 -05:00
parent 5fa93e2a2a
commit 8e898c50b4
2 changed files with 8 additions and 9 deletions

View File

@@ -9,6 +9,7 @@ export interface Card {
registerTime: string
accessTime: string
bound: boolean
ghost: boolean
}
export interface UserMe {