解决输入#崩坏三兑换码为原神兑换码的问题

This commit is contained in:
rainbow 2024-04-30 18:24:45 +08:00 committed by 时雨◎星空
parent 2cf849b0dc
commit f50d85bcf0
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ export class exchange extends plugin {
if (reg[1] == '*' || ['星铁', '崩铁'].includes(reg[2])) { if (reg[1] == '*' || ['星铁', '崩铁'].includes(reg[2])) {
this.uid = '80823548' this.uid = '80823548'
} }
if (reg[3] == ['崩三', '崩坏三', '崩坏3'].includes(reg[4])) { if (['崩三', '崩坏三', '崩坏3'].includes(reg[2])) {
this.uid = '73565430' this.uid = '73565430'
} }
this.now = parseInt(Date.now() / 1000) this.now = parseInt(Date.now() / 1000)