v0.3.25: 外部依赖内置化 — qrcodejs/Hitokoto/IPgeo/代理测试
This commit is contained in:
@@ -125,7 +125,7 @@ export async function testProxyConnection(
|
||||
proxyUrl: string,
|
||||
testUrl?: string
|
||||
): Promise<{ ok: boolean; latency: number; info: string }> {
|
||||
const target = testUrl || 'https://www.baidu.com';
|
||||
const target = testUrl || 'http://pansou:80';
|
||||
const start = Date.now();
|
||||
try {
|
||||
const res = await proxiedFetch(target, {
|
||||
|
||||
Reference in New Issue
Block a user