fix: proxy duplicate issue

This commit is contained in:
Peng-YM
2022-08-04 20:40:40 +08:00
parent f64e8ecfe4
commit 26820ea892
6 changed files with 25 additions and 18 deletions

View File

@@ -50,6 +50,7 @@ function parse(raw) {
lastParser = parser;
success = true;
$.info(`${parser.name} is activated`);
break;
}
}
}