From ad76afdc236e4c48635bfaecffe064d31507c336 Mon Sep 17 00:00:00 2001 From: daief <1437931235@qq.com> Date: Mon, 30 Nov 2020 13:34:10 +0800 Subject: [PATCH] wip: bug fix --- src/data/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/index.ts b/src/data/index.ts index 2e54b86..a90fd41 100644 --- a/src/data/index.ts +++ b/src/data/index.ts @@ -19,7 +19,7 @@ export const Store = { getSetList(): ISet[] { let res = GM_getValue(KEY_SET); res = Array.isArray(res) ? res : []; - return []; + return res; }, findCurrentSet(): ISet { const ruleSet = Store.getSetList().find(it =>