From 47d06919aa1524905cb68fcab67f5b8968e5d0d1 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 fa8b5b50a25ac4a2d31573561cb634bf6a5fec99 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 231577eebd73ff8fbfcb31fa86bdb760c210abb2 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 c4fd5d363bc0332724993dac76dfdc429e8f449f 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";