mirror of
https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-10 00:52:40 +00:00
修复备份错误的bug,请重新上传
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user