解决输入#崩坏三兑换码为原神兑换码的问题
This commit is contained in:
parent
2cf849b0dc
commit
f50d85bcf0
|
@ -29,7 +29,7 @@ export class exchange extends plugin {
|
|||
if (reg[1] == '*' || ['星铁', '崩铁'].includes(reg[2])) {
|
||||
this.uid = '80823548'
|
||||
}
|
||||
if (reg[3] == ['崩三', '崩坏三', '崩坏3'].includes(reg[4])) {
|
||||
if (['崩三', '崩坏三', '崩坏3'].includes(reg[2])) {
|
||||
this.uid = '73565430'
|
||||
}
|
||||
this.now = parseInt(Date.now() / 1000)
|
||||
|
|
Loading…
Reference in New Issue