修改UA为Quantumult,以获取流量信息等

This commit is contained in:
Peng-YM
2020-08-31 15:50:34 +08:00
parent 00be2678f4
commit d81fd8cb62
3 changed files with 48 additions and 35 deletions

View File

@@ -9,6 +9,11 @@
* 3. 订阅拆分,组合。
*/
const $ = API("sub-store", true);
$.http = HTTP("", {
headers: {
"User-Agent": "Quantumult%20X"
}
})
// Constants
const SUBS_KEY = "subs";
const COLLECTIONS_KEY = "collections";