From d81fd8cb6216cf458a77a3a5a0554918ca596333 Mon Sep 17 00:00:00 2001
From: Peng-YM <1048217874pengym@gmail.com>
Date: Mon, 31 Aug 2020 15:50:34 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9UA=E4=B8=BAQuantumult?=
=?UTF-8?q?=EF=BC=8C=E4=BB=A5=E8=8E=B7=E5=8F=96=E6=B5=81=E9=87=8F=E4=BF=A1?=
=?UTF-8?q?=E6=81=AF=E7=AD=89?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
backend/.idea/workspace.xml | 69 +++++++++++++++++++------------------
backend/sub-store.js | 5 +++
web/src/App.vue | 9 +++--
3 files changed, 48 insertions(+), 35 deletions(-)
diff --git a/backend/.idea/workspace.xml b/backend/.idea/workspace.xml
index 2af2e1e..3d87384 100644
--- a/backend/.idea/workspace.xml
+++ b/backend/.idea/workspace.xml
@@ -22,6 +22,7 @@
+
@@ -81,7 +82,9 @@
-
+
+
+
@@ -101,177 +104,177 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/backend/sub-store.js b/backend/sub-store.js
index 0cca3ce..7bfc43e 100644
--- a/backend/sub-store.js
+++ b/backend/sub-store.js
@@ -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";
diff --git a/web/src/App.vue b/web/src/App.vue
index 769d5cd..699f1c0 100644
--- a/web/src/App.vue
+++ b/web/src/App.vue
@@ -30,11 +30,16 @@