Skip to content

Commit

Permalink
更新代理提示
Browse files Browse the repository at this point in the history
  • Loading branch information
1234567Yang authored Feb 12, 2025
1 parent b9a4f00 commit 3712186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const proxyHintInjection = `
//---***========================================***---提示使用代理---***========================================***---
setTimeout(() => {
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)} 。请注意您正在使用代理,请勿登录任何网站。单击关闭此提示。\`;
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>。\`;
if (document.readyState === 'complete' || document.readyState === 'interactive') {
document.body.insertAdjacentHTML(
Expand Down

0 comments on commit 3712186

Please sign in to comment.