Style fix

This commit is contained in:
saplf
2019-09-03 17:57:56 +08:00
parent 8742eedac8
commit 1dc9a95835
8 changed files with 113 additions and 4 deletions

View File

@@ -50,6 +50,10 @@ function loadMineList() {
}
}
function clearMineList() {
localStorage.removeItem(mineListKey);
}
export {
storeUser,
loadUser,
@@ -60,4 +64,5 @@ export {
storeMineList,
loadMineList,
clearMineList,
}