|
|
@@ -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);
|