Vanessa 2024-03-07 11:24:55 +08:00
parent 3b7d6b0cf1
commit e64d026c18
3 changed files with 5 additions and 2 deletions

View file

@ -218,6 +218,7 @@ interface ICard {
cardID: string
blockID: string
nextDues: IObject
state: number // 0新卡
}
interface ICardData {