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