From 603e39f3623a4f759a1c7165425fd0ac335390b2 Mon Sep 17 00:00:00 2001 From: qier222 Date: Mon, 26 Apr 2021 15:29:47 +0800 Subject: [PATCH] refactor: library page --- src/App.vue | 72 +++++---- src/api/user.js | 35 ++--- src/components/Player.vue | 46 +++--- src/components/TrackList.vue | 112 +++++++------- src/store/actions.js | 127 ++++++++++++++-- src/store/mutations.js | 12 +- src/store/state.js | 29 ++-- src/utils/Player.js | 182 +++++++++++------------ src/views/library.vue | 277 +++++++++++------------------------ src/views/lyrics.vue | 44 +++--- 10 files changed, 474 insertions(+), 462 deletions(-) diff --git a/src/App.vue b/src/App.vue index 95ee022..198c6b7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -20,18 +20,18 @@