Update offical_update.js

This commit is contained in:
Haoyu Xu
2023-10-09 12:52:18 -04:00
committed by GitHub
parent 21e83aa5f3
commit ca789bfb8e

View File

@@ -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'))
} }