mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 04:53:44 +08:00
feat: show loading on proxy group delay check
This commit is contained in:
parent
29397ca04f
commit
4de23bd160
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user