shawenguan 2 lat temu
rodzic
commit
a319864032

Plik diff jest za duży
+ 0 - 0
Scripts/ali/aliYunPanSignIn.js


Plik diff jest za duży
+ 0 - 0
Scripts/bodian/bodianSignIn.js


Plik diff jest za duży
+ 0 - 0
Scripts/buyu/wbankBuYu.js


Plik diff jest za duży
+ 0 - 0
Scripts/gandart/gandartComposite.js


Plik diff jest za duży
+ 0 - 0
Scripts/gandart/gandartExchange.js


Plik diff jest za duży
+ 0 - 0
Scripts/gandart/gandartGrab.js


Plik diff jest za duży
+ 0 - 0
Scripts/gandart/gandartHelper.js


Plik diff jest za duży
+ 0 - 0
Scripts/gandart/gandartLock.js


Plik diff jest za duży
+ 0 - 0
Scripts/gandart/gandartOrder.js


Plik diff jest za duży
+ 0 - 0
Scripts/gandart/gandartPay.js


Plik diff jest za duży
+ 0 - 0
Scripts/thwj/thwjHelper.js


+ 1 - 1
Scripts/util/ToolKit.js

@@ -88,7 +88,7 @@ function ToolKit(scriptName, scriptId, options) {
                 return;
             }
             const path = $request.path;
-            const cacheKey = this.id + "#" + path.replace("/", "_");
+            let cacheKey = this.id + "#" + path.replace("/", "_");
             cacheKey = cacheKey.replace("?", "#");
             if (this.isQuanX()) $prefs.setValueForKey(reqBody, cacheKey);
             if (this.isLoon() || this.isSurge()) $persistentStore.write(reqBody, cacheKey);

Plik diff jest za duży
+ 0 - 0
Scripts/util/ToolKit.min.js


Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików