From ee55ae887f5c20dc8462874a2bb54fd8531c1638 Mon Sep 17 00:00:00 2001 From: Peng-YM <1048217874pengym@gmail.com> Date: Mon, 31 Aug 2020 02:19:04 +0800 Subject: [PATCH 1/4] Update Surge.sgmodule --- config/Surge.sgmodule | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/config/Surge.sgmodule b/config/Surge.sgmodule index 0a3c364..4aa259a 100644 --- a/config/Surge.sgmodule +++ b/config/Surge.sgmodule @@ -4,8 +4,5 @@ hostname=sub.store [Script] -<<<<<<< HEAD Sub-Store = type=http-request,pattern=^https?:\/\/sub\.store,script-path=sub-store.js,requires-body=true,timeout=120 -======= -Sub-Store = type=http-request,pattern=^https?:\/\/sub\.com,script-path=sub-store.js,requires-body=true,timeout=120 ->>>>>>> master + From d0b3a26d2de41fee6714bc6600cbe3d580af9272 Mon Sep 17 00:00:00 2001 From: Peng-YM <1048217874@qq.com> Date: Mon, 31 Aug 2020 02:42:15 +0800 Subject: [PATCH 2/4] Update Surge.sgmodule --- config/Surge.sgmodule | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/Surge.sgmodule b/config/Surge.sgmodule index 0344cb9..3847791 100644 --- a/config/Surge.sgmodule +++ b/config/Surge.sgmodule @@ -4,4 +4,4 @@ hostname=sub.com [Script] -Sub-Store = type=http-request,pattern=^https?:\/\/sub\.com,script-path=sub-store.js,requires-body=true,timeout=120 +Sub-Store = type=http-request,pattern=^https?:\/\/sub\.com,script-path=https://raw.githubusercontent.com/Peng-YM/Sub-Store/master/backend/sub-store.js,requires-body=true,timeout=120 From d6c438514bc4d087a6e947b5247967063293208a Mon Sep 17 00:00:00 2001 From: Peng-YM <1048217874@qq.com> Date: Mon, 31 Aug 2020 02:50:33 +0800 Subject: [PATCH 3/4] Update Surge.sgmodule --- config/Surge.sgmodule | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/Surge.sgmodule b/config/Surge.sgmodule index 02c296e..7e6f0cf 100644 --- a/config/Surge.sgmodule +++ b/config/Surge.sgmodule @@ -4,4 +4,4 @@ hostname=sub.store [Script] -Sub-Store = type=http-request,pattern=^https?:\/\/sub\.com,script-path=https://raw.githubusercontent.com/Peng-YM/Sub-Store/master/backend/sub-store.js,requires-body=true,timeout=120 +Sub-Store = type=http-request,pattern=^https?:\/\/sub\.store,script-path=https://raw.githubusercontent.com/Peng-YM/Sub-Store/master/backend/sub-store.js,requires-body=true,timeout=120 From f8bd4f67133eac62889bb57d78d8a9620e03eacb Mon Sep 17 00:00:00 2001 From: Peng-YM <1048217874@qq.com> Date: Mon, 31 Aug 2020 03:27:27 +0800 Subject: [PATCH 4/4] Update sub-store.js --- backend/sub-store.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/sub-store.js b/backend/sub-store.js index 998442b..1a0b560 100644 --- a/backend/sub-store.js +++ b/backend/sub-store.js @@ -8,7 +8,7 @@ * 2. 节点过滤,重命名,排序等。 * 3. 订阅拆分,组合。 */ -const $ = API("sub-store"); +const $ = API("sub-store",true); // Constants const SUBS_KEY = "subs"; const COLLECTIONS_KEY = "collections";