fix: 修复ghproxy加速链接失效的问题

This commit is contained in:
Yuanzhe Liu
2022-12-24 23:46:21 +08:00
parent b265ef9639
commit fa4e32a73a
5 changed files with 53 additions and 46 deletions

View File

@@ -100,7 +100,9 @@ function Iqiyi() {
this.xml2json(xml, contents);
data[i] = undefined;
xml = undefined;
global.gc();
if (global.gc) {
global.gc();
}
memory();
}
datas = undefined;