Add files via upload

This commit is contained in:
3288588344
2024-11-10 09:59:40 +08:00
committed by GitHub
parent cc3b343ded
commit 652cd57c57

View File

@@ -376,7 +376,7 @@ async function loadUtils() {
console.log(`🚀 ${$.name}: 开始下载Utils代码`) console.log(`🚀 ${$.name}: 开始下载Utils代码`)
return new Promise(async (resolve) => { return new Promise(async (resolve) => {
$.getScript( $.getScript(
'https:Utils.js' 'https://raw.githubusercontent.com/3288588344/toulu/main/Utils.js'
).then((fn) => { ).then((fn) => {
$.setdata(fn, "Utils_Code") $.setdata(fn, "Utils_Code")
eval(fn) eval(fn)