shawenguan 2 年之前
父節點
當前提交
a319864032

File diff suppressed because it is too large
+ 0 - 0
Scripts/ali/aliYunPanSignIn.js


File diff suppressed because it is too large
+ 0 - 0
Scripts/bodian/bodianSignIn.js


File diff suppressed because it is too large
+ 0 - 0
Scripts/buyu/wbankBuYu.js


File diff suppressed because it is too large
+ 0 - 0
Scripts/gandart/gandartComposite.js


File diff suppressed because it is too large
+ 0 - 0
Scripts/gandart/gandartExchange.js


File diff suppressed because it is too large
+ 0 - 0
Scripts/gandart/gandartGrab.js


File diff suppressed because it is too large
+ 0 - 0
Scripts/gandart/gandartHelper.js


File diff suppressed because it is too large
+ 0 - 0
Scripts/gandart/gandartLock.js


File diff suppressed because it is too large
+ 0 - 0
Scripts/gandart/gandartOrder.js


File diff suppressed because it is too large
+ 0 - 0
Scripts/gandart/gandartPay.js


File diff suppressed because it is too large
+ 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);

File diff suppressed because it is too large
+ 0 - 0
Scripts/util/ToolKit.min.js


Some files were not shown because too many files changed in this diff