diff --git a/drpy/drpy.js b/drpy/drpy.js index 14391bc..d8658fd 100644 --- a/drpy/drpy.js +++ b/drpy/drpy.js @@ -316,7 +316,7 @@ const jsp = parseTags.jsp; * @returns {string} */ function readFile(filePath) { - filePath = filePath || './uri.min.js'; + filePath = filePath || 'https://raw.iqiq.io/2hacc/TVBox/main/drpy/lib/uri.min.js'; var fd = os.open(filePath); var buffer = new ArrayBuffer(1024); var len = os.read(fd, buffer, 0, 1024);