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