mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-18 14:18:03 +00:00
feat: add show lyrics translation to settings
This commit is contained in:
parent
d4be289946
commit
0dd30e251f
6 changed files with 53 additions and 9 deletions
|
|
@ -4,13 +4,10 @@ import state from "./state";
|
|||
import mutations from "./mutations";
|
||||
import actions from "./actions";
|
||||
import { changeAppearance } from "@/utils/common";
|
||||
import updateApp from "@/utils/updateApp";
|
||||
import Player from "@/utils/Player";
|
||||
// vuex 自定义插件
|
||||
import saveToLocalStorage from "./plugins/localStorage";
|
||||
|
||||
updateApp();
|
||||
|
||||
Vue.use(Vuex);
|
||||
|
||||
let plugins = [saveToLocalStorage];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue