Merge branch 'develop' into sw-notification-action

This commit is contained in:
tamaina
2021-02-11 17:14:48 +09:00
6 changed files with 12 additions and 8 deletions

View File

@@ -84,6 +84,7 @@ export function updateAccount(data) {
for (const [key, value] of Object.entries(data)) {
$i[key] = value;
}
localStorage.setItem('account', JSON.stringify($i));
}
export function refreshAccount() {