feat: gacha

This commit is contained in:
bietiaop 2024-07-09 16:30:45 +08:00
parent e28fbd8472
commit af3b551a6a
33 changed files with 579 additions and 15 deletions

View file

@ -48,7 +48,7 @@ export class SingleGachaLog {
equals(item) {
return (
this.uid === item.uid &&
this.gacha_id === item.gacha_id &&
this.id === item.id &&
this.gacha_type === this.gacha_type
);
}