mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 08:45:41 +08:00
chore: adjust type
This commit is contained in:
@@ -56,7 +56,7 @@ class DelayManager {
|
||||
}
|
||||
|
||||
/// 暂时修复provider的节点延迟排序的问题
|
||||
getDelayFix(proxy: ApiType.ProxyItem, group: string) {
|
||||
getDelayFix(proxy: IProxyItem, group: string) {
|
||||
if (!proxy.provider) return this.getDelay(proxy.name, group);
|
||||
|
||||
if (proxy.history.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user