Update index.html

Signed-off-by: elseif <elseif@live.cn>
This commit is contained in:
elseif 2025-08-27 19:38:57 +08:00 committed by GitHub
parent 73d90b27e0
commit cbd6ffa50c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -702,7 +702,7 @@
});
document.getElementById("clear-cache").onclick = e => {
const links = document.querySelectorAll("a[href^='https://gh-proxy.com/https://github.com/elseif/MikroTikPatch/']");
document.getElementById("urls-list").innerText = Array.from(links).map(a => a.href).join("\n");
document.getElementById("urls-list").innerText = Array.from(links).map(a => a.href).filter(href => !href.includes(".yml")).join("\n");
document.getElementById("urls-pannel").style.display = "block";
};