Update offical_update.js
This commit is contained in:
@@ -38,7 +38,7 @@ export default async function () {
|
||||
type = "skin"
|
||||
break;
|
||||
case "#skin-type-icon-promotion2":
|
||||
type = "elite2"
|
||||
type = "operator"
|
||||
break;
|
||||
}
|
||||
operators.push({
|
||||
@@ -51,4 +51,4 @@ export default async function () {
|
||||
dict[date] = operators
|
||||
}
|
||||
writeSync(JSON.stringify(dict, null, 4), path.join('offical_update.json'))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user