mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-18 06:07:48 +00:00
chore: update package.json
This commit is contained in:
parent
f3076f21b2
commit
ed0bb1c031
3 changed files with 103 additions and 9 deletions
|
|
@ -23,6 +23,10 @@ const updateSetting = () => {
|
|||
});
|
||||
}
|
||||
|
||||
if (localStorage.getItem('appVersion') === '"0.3.9"') {
|
||||
settings.lyricsBackground = true;
|
||||
}
|
||||
|
||||
localStorage.setItem('settings', JSON.stringify(settings));
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue