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] 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";