更新 templates/index.html
This commit is contained in:
@@ -301,8 +301,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
// 跳转到代理页面
|
||||
window.location.href = '/proxy?url=' + encodeURIComponent(url);
|
||||
// 在新标签页打开代理页面
|
||||
window.open('/proxy?url=' + encodeURIComponent(url), '_blank');
|
||||
});
|
||||
|
||||
// 加载统计信息
|
||||
|
||||
Reference in New Issue
Block a user