From 1fa930ee1fe7966ba36224b04c62e28974e9c92b Mon Sep 17 00:00:00 2001 From: 3Kmfi6HP <58669916+3Kmfi6HP@users.noreply.github.com> Date: Sun, 30 Jul 2023 05:24:40 +0700 Subject: [PATCH] add edge picture --- _worker.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/_worker.js b/_worker.js index 7ea9de637..425ee440d 100644 --- a/_worker.js +++ b/_worker.js @@ -788,11 +788,14 @@ function getVLESSConfig(userIDs, hostName) { // Prepare output array let output = []; - output.push(`\nWelcome! This function generates configuration for VLESS protocol. If you found this useful, please check our GitHub project for more such tools:`); + output.push(`\n
+ +`); + output.push(`\nWelcome! This function generates configuration for VLESS protocol. If you found this useful, please check our GitHub project for more:`); output.push(`欢迎!这是生成 VLESS 协议的配置。如果您发现这个项目很好用,请查看我们的 GitHub 项目给我一个start:`); output.push(`\nEDtunnel - https://github.com/3Kmfi6HP/EDtunnel`); output.push(`\n\n`.replace(/USERNAME/g, "3Kmfi6HP").replace(/REPOSITORY/g, "EDtunnel")); - output.push(`VLESS 节点订阅连接\n`); + output.push(`VLESS 节点订阅连接
\n`); // Generate output string for each userID userIDArray.forEach((userID) => { const vlessMain = `vless://${userID}@${hostName}${commonUrlPart}`;