Update sub-store.js

This commit is contained in:
Peng-YM 2020-08-31 03:27:27 +08:00
parent 231577eebd
commit c4fd5d363b

View File

@ -8,7 +8,7 @@
* 2. 节点过滤重命名排序等
* 3. 订阅拆分组合
*/
const $ = API("sub-store");
const $ = API("sub-store",true);
// Constants
const SUBS_KEY = "subs";
const COLLECTIONS_KEY = "collections";