chore: update package.json

This commit is contained in:
qier222 2021-06-09 20:58:22 +08:00
parent f3076f21b2
commit ed0bb1c031
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
3 changed files with 103 additions and 9 deletions

View file

@ -23,6 +23,10 @@ const updateSetting = () => {
});
}
if (localStorage.getItem('appVersion') === '"0.3.9"') {
settings.lyricsBackground = true;
}
localStorage.setItem('settings', JSON.stringify(settings));
};