修复备份错误的bug,请重新上传

This commit is contained in:
Peng-YM
2020-11-25 12:04:28 +08:00
parent 0fbdbe7b85
commit e630caf386
3 changed files with 10 additions and 27 deletions

View File

@@ -5,7 +5,6 @@ function operator(proxies) {
if (typeof counter[p.name] === 'undefined') counter[p.name] = 1;
else counter[p.name]++;
});
console.log(counter);
return proxies.map((p) => {
if (counter[p.name] > 1) {
if (typeof increment[p.name] === "undefined") increment[p.name] = 1;