Skip to content

Commit

Permalink
Update edt前端美化.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yutian81 authored Feb 3, 2025
1 parent 6db7751 commit b26725c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion edt前端美化.js
Original file line number Diff line number Diff line change
Expand Up @@ -1352,7 +1352,7 @@ async function 生成配置信息(userID, hostName, sub, UA, RproxyIP, _url, fak
else 订阅器 += `CFCDN(访问方式): 无法访问, 需要您设置 proxyIP/PROXYIP !!!<br>`;
let 判断是否绑定KV空间 = '';
if (env.KV) 判断是否绑定KV空间 = ` <a href='${_url.pathname}/edit'>编辑优选列表</a>`;
订阅器 += `<br>您的订阅内容由 内置 addresses/ADD* 参数变量提供${判断是否绑定KV空间}<br>`;
订阅器 += `<br>您的订阅内容由以下变量参数提供${判断是否绑定KV空间}<br>`;
//if (addresses.length > 0) 订阅器 += `ADD(TLS优选域名&IP): <br>&nbsp;&nbsp;${addresses.join('<br>&nbsp;&nbsp;')}<br>`;
//if (addressesnotls.length > 0) 订阅器 += `ADDNOTLS(noTLS优选域名&IP): <br>&nbsp;&nbsp;${addressesnotls.join('<br>&nbsp;&nbsp;')}<br>`;
if (addressesapi.length === 0) {
Expand Down Expand Up @@ -1408,6 +1408,7 @@ async function 生成配置信息(userID, hostName, sub, UA, RproxyIP, _url, fak
th:nth-child(2), td:nth-child(2) {
word-wrap: break-word;
white-space: normal;
word-break: break-word;
}
.footer {
text-align: center;
Expand Down

0 comments on commit b26725c

Please sign in to comment.