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