feat: 更新订阅器链接为可点击格式

This commit is contained in:
cmliu
2025-07-05 20:47:14 +08:00
parent ff671d17c9
commit 7f723f0e07
2 changed files with 3 additions and 3 deletions

View File

@@ -1519,7 +1519,7 @@ async function 生成配置信息(userID, hostName, sub, UA, RproxyIP, _url, fak
}
if (动态UUID && _url.pathname !== `/${动态UUID}`) 订阅器 = '';
else 订阅器 += `<br>SUBAPI订阅转换后端: ${subProtocol}://${subConverter}<br>SUBCONFIG订阅转换配置文件: ${subConfig}`;
else 订阅器 += `<br>SUBAPI订阅转换后端: <a href='${subProtocol}://${subConverter}/version' target="_blank" rel="noopener noreferrer">${subProtocol}://${subConverter}</a><br>SUBCONFIG订阅转换配置文件: <a href='${subConfig}' target="_blank" rel="noopener noreferrer">${subConfig}</a>`;
const 动态UUID信息 = (uuid != userID) ? `TOKEN: ${uuid}<br>UUIDNow: ${userID}<br>UUIDLow: ${userIDLow}<br>${userIDTime}TIME动态UUID有效时间: ${有效时间} 天<br>UPTIME动态UUID更新时间: ${更新时间} 时(北京时间)<br><br>` : `${userIDTime}`;
const 节点配置页 = `
################################################################<br>

View File

@@ -1,4 +1,4 @@
name = "v20250626"
name = "v20250705"
main = "_worker.js"
compatibility_date = "2025-06-26"
compatibility_date = "2025-07-05"
keep_vars = true