Skip to content
Snippets Groups Projects
Unverified Commit 0beaa940 authored by GyDi's avatar GyDi
Browse files

feat: show loading on proxy group delay check

parent 96e76665
No related branches found
No related tags found
Loading
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment