Skip to content

Commit d41e955

Browse files
committed
更新_worker.js,修改自适应订阅地址的参数以支持新的订阅格式
1 parent 58df04e commit d41e955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_worker.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ async function KV(request, env, txt = 'ADD.txt', guest) {
604604
Subscribe / sub 订阅地址, 点击链接自动 <strong>复制订阅链接</strong> 并 <strong>生成订阅二维码</strong> <br>
605605
---------------------------------------------------------------<br>
606606
自适应订阅地址:<br>
607-
<a href="javascript:void(0)" onclick="copyToClipboard('https://${url.hostname}/${mytoken}?b64','qrcode_0')" style="color:blue;text-decoration:underline;cursor:pointer;">https://${url.hostname}/${mytoken}</a><br>
607+
<a href="javascript:void(0)" onclick="copyToClipboard('https://${url.hostname}/${mytoken}?sub','qrcode_0')" style="color:blue;text-decoration:underline;cursor:pointer;">https://${url.hostname}/${mytoken}</a><br>
608608
<div id="qrcode_0" style="margin: 10px 10px 10px 10px;"></div>
609609
Base64订阅地址:<br>
610610
<a href="javascript:void(0)" onclick="copyToClipboard('https://${url.hostname}/${mytoken}?b64','qrcode_1')" style="color:blue;text-decoration:underline;cursor:pointer;">https://${url.hostname}/${mytoken}?b64</a><br>

0 commit comments

Comments
 (0)