feat: show loading on proxy group delay check

This commit is contained in:
GyDi 2022-09-24 15:31:09 +08:00
parent 29397ca04f
commit 4de23bd160

View File

@ -59,6 +59,9 @@ class DelayManager {
let count = 0;
let current = 0;
// 设置正在延迟测试中
names.forEach((name) => this.setDelay(name, groupName, -2));
return new Promise((resolve) => {
const help = async (): Promise<void> => {
if (current >= skipNum) return;