Skip to content

Commit 7f723f0

Browse files
committed
feat: 更新订阅器链接为可点击格式
1 parent ff671d1 commit 7f723f0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

_worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1519,7 +1519,7 @@ async function 生成配置信息(userID, hostName, sub, UA, RproxyIP, _url, fak
15191519
}
15201520

15211521
if (动态UUID && _url.pathname !== `/${动态UUID}`) 订阅器 = '';
1522-
else 订阅器 += `<br>SUBAPI(订阅转换后端): ${subProtocol}://${subConverter}<br>SUBCONFIG(订阅转换配置文件): ${subConfig}`;
1522+
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>`;
15231523
const 动态UUID信息 = (uuid != userID) ? `TOKEN: ${uuid}<br>UUIDNow: ${userID}<br>UUIDLow: ${userIDLow}<br>${userIDTime}TIME(动态UUID有效时间): ${有效时间} 天<br>UPTIME(动态UUID更新时间): ${更新时间} 时(北京时间)<br><br>` : `${userIDTime}`;
15241524
const 节点配置页 = `
15251525
################################################################<br>

wrangler.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name = "v20250626"
1+
name = "v20250705"
22
main = "_worker.js"
3-
compatibility_date = "2025-06-26"
3+
compatibility_date = "2025-07-05"
44
keep_vars = true

0 commit comments

Comments
 (0)