소스 검색

Merge branch 'master' of http://git.jojo21.cf/shawenguan/Quantumult-X

shawenguan 2 년 전
부모
커밋
e90488d6a8

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
Scripts/ali/aliYunPanSignIn.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
Scripts/bodian/bodianSignIn.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
Scripts/buyu/wbankBuYu.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
Scripts/gandart/gandartComposite.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
Scripts/gandart/gandartExchange.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
Scripts/gandart/gandartGrab.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
Scripts/gandart/gandartHelper.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
Scripts/gandart/gandartLock.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 2 - 1
Scripts/gandart/gandartOrder.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 2 - 1
Scripts/gandart/gandartPay.js


+ 3 - 2
Scripts/thwj/thwj.rewrite.quanx.conf

@@ -1,5 +1,6 @@
 hostname = thwj.bdyapp.cn
 
-^https:\/\/thwj.bdyapp.cn url script-response-body https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/thwj/thwjHelper.js
 ^https:\/\/thwj.bdyapp.cn\/\/index\/user\/get_tabbar_paradrop_data url script-request-body https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/thwj/thwjHelper.js
-^https:\/\/thwj.bdyapp.cn\/\/index url script-response-body https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/thwj/thwjHelper.js
+^https:\/\/thwj.bdyapp.cn\/\/index\/user\/get_tabbar_paradrop_data url script-response-body https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/thwj/thwjHelper.js
+^https:\/\/thwj.bdyapp.cn\/\/index url script-response-body https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/thwj/thwjHelper.js
+^https:\/\/thwj.bdyapp.cn url script-response-body https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/thwj/thwjHelper.js

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 60 - 31
Scripts/thwj/thwjHelper.js


+ 2 - 2
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);
@@ -106,7 +106,7 @@ function ToolKit(scriptName, scriptId, options) {
 
         getRequestBody() {
             const path = $request.path;
-            const cacheKey = this.id + "#" + path.replace("/", "_");
+            let cacheKey = this.id + "#" + path.replace("/", "_");
             cacheKey = cacheKey.replace("?", "#");
             if (this.isSurge() || this.isLoon()) {
                 return $persistentStore.read(cacheKey);

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
Scripts/util/ToolKit.min.js


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.