Skip to content

Commit 3712186

Browse files
authored
更新代理提示
1 parent b9a4f00 commit 3712186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const proxyHintInjection = `
2020
//---***========================================***---提示使用代理---***========================================***---
2121
2222
setTimeout(() => {
23-
var hint = \`Warning: You are currently using a web proxy, the original link is \${window.location.pathname.substring(1)} . Please note that you are using a proxy, and do not log in to any website. Click to close this hint. <br>警告:您当前正在使用网络代理,原始链接为 \${window.location.pathname.substring(1)} 。请注意您正在使用代理,请勿登录任何网站。单击关闭此提示。\`;
23+
var hint = \`Warning: You are currently using a web proxy, so do not log in to any website. Click to close this hint. For further details, please visit <a href="https://github.com/1234567Yang/cf-proxy-ex/" style="color:rgb(250,250,180);">https://github.com/1234567Yang/cf-proxy-ex/</a>. <br>警告:您当前正在使用网络代理,请勿登录任何网站。单击关闭此提示。详情请见 <a href="https://github.com/1234567Yang/cf-proxy-ex/" style="color:rgb(250,250,180);">https://github.com/1234567Yang/cf-proxy-ex/</a>。\`;
2424
2525
if (document.readyState === 'complete' || document.readyState === 'interactive') {
2626
document.body.insertAdjacentHTML(

0 commit comments

Comments
 (0)