Update gachaLog.js (#182)
This commit is contained in:
parent
a3b2d8776a
commit
78436a255b
|
@ -430,7 +430,7 @@ export default class GachaLog extends base {
|
||||||
/** 拿修改时间最后的uid */
|
/** 拿修改时间最后的uid */
|
||||||
let uidArr = []
|
let uidArr = []
|
||||||
for (let uid of logs) {
|
for (let uid of logs) {
|
||||||
let json = this?.e?.isSr ? `${this.path}${uid}/301.json` : `${this.path}${uid}/11.json`
|
let json = this?.e?.isSr ? `${this.path}${uid}/11.json` : `${this.path}${uid}/301.json`
|
||||||
if (!fs.existsSync(json)) {
|
if (!fs.existsSync(json)) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue