试试Proxy

This commit is contained in:
小沙雕 2025-07-22 02:32:33 +08:00
parent e29038a152
commit 3645c0b3c2
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
export async function onRequest(context) {
return fetch(new URL("https://github.com/SuperShadiao/hypixelhelper/releases/download/rp/hypixelhelperpack.xsd"))
}