v0.3.25: 外部依赖内置化 — qrcodejs/Hitokoto/IPgeo/代理测试

This commit is contained in:
2026-05-17 18:31:23 +08:00
parent 32dcc44524
commit 0bc848e196
47 changed files with 1756 additions and 822 deletions

View File

@@ -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, {