更新 templates/index.html

This commit is contained in:
XOF
2025-12-15 03:59:19 +08:00
parent 310d818313
commit e4ea694305

View File

@@ -301,8 +301,8 @@
} }
} }
// 跳转到代理页面 // 在新标签页打开代理页面
window.location.href = '/proxy?url=' + encodeURIComponent(url); window.open('/proxy?url=' + encodeURIComponent(url), '_blank');
}); });
// 加载统计信息 // 加载统计信息