From 5db2dd7150b92073c7015b24adaaba745f4d7693 Mon Sep 17 00:00:00 2001 From: Sakura Knoll Date: Thu, 29 Sep 2022 10:43:24 +0900 Subject: [PATCH] Prepend 7s to 7s archiveItems local storage key --- public/novels/7s/common/bundle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/novels/7s/common/bundle.js b/public/novels/7s/common/bundle.js index 125dc0da..41ac9736 100644 --- a/public/novels/7s/common/bundle.js +++ b/public/novels/7s/common/bundle.js @@ -2895,7 +2895,7 @@ function getArchiveItemIdByAid(aid) { } } -const archiveItemsKey = 'archiveItems' +const archiveItemsKey = '7s:archiveItems' function addArchiveItemId(id) { const currentItemSet = new Set(getArchiveItemIds()) currentItemSet.add(id)