shawenguan 2 tahun lalu
induk
melakukan
ec3c6fa0cd
2 mengubah file dengan 2 tambahan dan 6 penghapusan
  1. 2 2
      Scripts/thwj/thwj.rewrite.quanx.conf
  2. 0 4
      Scripts/thwj/thwjHelper.js

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

@@ -1,5 +1,5 @@
 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 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

+ 0 - 4
Scripts/thwj/thwjHelper.js

@@ -95,10 +95,6 @@ function getPrivObject(userId, key, defaultValue = "") {
 }
 
 function handleRspCookie() {
-    for (let k in $response) {
-        lk.log(k);
-        lk.log(JSON.stringify($response[k]));
-    }
     let cookie = $response.headers.cookie;
     let key = `${thwjStoreKeyPrefix}CommonCookieKey`;
     lk.setVal(key, cookie);