This commit is contained in:
cmliu
2024-12-12 18:08:34 +08:00
parent 0155bbb16f
commit 414bec41e6

View File

@@ -579,7 +579,7 @@ async function KV(request, env, txt = '/ADD.txt') {
<a href="javascript:void(0)" onclick="copyToClipboard('https://${url.hostname}/${mytoken}?surge')" style="color:blue;text-decoration:underline;cursor:pointer;">https://${url.hostname}/${mytoken}?surge</a><br>
<br>
loon订阅地址:<br>
<a href="javascript:void(0)" onclick="copyToClipboard('https://${url.hostname}/${mytoken}?loon')" style="color:blue;text-decoration:underline;cursor:pointer;">https://${url.hostname}/${mytoken}?loon')</a><br>
<a href="javascript:void(0)" onclick="copyToClipboard('https://${url.hostname}/${mytoken}?loon')" style="color:blue;text-decoration:underline;cursor:pointer;">https://${url.hostname}/${mytoken}?loon</a><br>
<script>
function copyToClipboard(text) {
navigator.clipboard.writeText(text).then(() => {