Skip to content

Commit

Permalink
Update HomePage.vue
Browse files Browse the repository at this point in the history
Signed-off-by: Space Time <Zeus6_6@163.com>
  • Loading branch information
SpaceTimee committed Apr 11, 2024
1 parent 9aaa642 commit 21c6741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/HomePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ async function resolve(url: string, source?: Source): Promise<void> {
})
}
// skipcq: JS-0323
function replacingJudge(answer: any, source: Source): { deledFormer?: IpInfo; pushedLatter?: IpInfo } {
// skipcq: JS-0323
for (const ipInfo of ipInfos)
if (ipInfo.ip === answer.data)
if (Reliability[ipInfo.source!] <= Reliability[source])
Expand Down

0 comments on commit 21c6741

Please sign in to comment.