Skip to content

Commit

Permalink
english
Browse files Browse the repository at this point in the history
  • Loading branch information
SonzaiEkkusu authored Apr 26, 2024
1 parent 9908c38 commit d98499e
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions _worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -724,17 +724,16 @@ ${vlessSec}
const header = `
<p align='center'><img src='https://cloudflare-ipfs.com/ipfs/bafybeigd6i5aavwpr6wvnwuyayklq3omonggta4x2q7kpmgafj357nkcky' alt='图片描述' style='margin-bottom: -50px;'>
<b style='font-size: 15px;'>Welcome! This function generates configuration for VLESS protocol. If you found this useful, please check our GitHub project for more:</b>
<b style='font-size: 15px;'>欢迎!这是生成 VLESS 协议的配置。如果您发现这个项目很好用,请查看我们的 GitHub 项目给我一个star:</b>
<a href='https://github.com/3Kmfi6HP/EDtunnel' target='_blank'>EDtunnel - https://github.com/3Kmfi6HP/EDtunnel</a>
<iframe src='https://ghbtns.com/github-btn.html?user=USERNAME&repo=REPOSITORY&type=star&count=true&size=large' frameborder='0' scrolling='0' width='170' height='30' title='GitHub'></iframe>
<a href='//${hostName}/sub/${userIDArray[0]}' target='_blank'>VLESS 节点订阅连接</a>
<a href='clash://install-config?url=${encodeURIComponent(`https://${hostName}/sub/${userIDArray[0]}?format=clash`)}}' target='_blank'>Clash for Windows 节点订阅连接</a>
<a href='${clash_link}' target='_blank'>Clash 节点订阅连接</a>
<a href='${subbestip}' target='_blank'>优选IP自动节点订阅</a>
<a href='clash://install-config?url=${encodeURIComponent(subbestip)}' target='_blank'>Clash优选IP自动</a>
<a href='sing-box://import-remote-profile?url=${encodeURIComponent(subbestip)}' target='_blank'>singbox优选IP自动</a>
<a href='sn://subscription?url=${encodeURIComponent(subbestip)}' target='_blank'>nekobox优选IP自动</a>
<a href='v2rayng://install-config?url=${encodeURIComponent(subbestip)}' target='_blank'>v2rayNG优选IP自动</a></p>`;
<a href='//${hostName}/sub/${userIDArray[0]}' target='_blank'>VLESS Node subscription link</a>
<a href='clash://install-config?url=${encodeURIComponent(`https://${hostName}/sub/${userIDArray[0]}?format=clash`)}}' target='_blank'>Clash for Windows Node subscription link</a>
<a href='${clash_link}' target='_blank'>Clash Node subscription link</a>
<a href='${subbestip}' target='_blank'>Optimized IP auto node subscription</a>
<a href='clash://install-config?url=${encodeURIComponent(subbestip)}' target='_blank'>Clash Optimized IP Auto</a>
<a href='sing-box://import-remote-profile?url=${encodeURIComponent(subbestip)}' target='_blank'>Singbox Optimized IP Auto</a>
<a href='sn://subscription?url=${encodeURIComponent(subbestip)}' target='_blank'>NekoBox Optimized IP Auto</a>
<a href='v2rayng://install-config?url=${encodeURIComponent(subbestip)}' target='_blank'>v2rayNG Optimized IP Auto</a></p>`;

// HTML Head with CSS and FontAwesome library
const htmlHead = `
Expand Down

0 comments on commit d98499e

Please sign in to comment.