diff --git a/package.json b/package.json index 5cbbebb..7058032 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "name": "YesPlayMusic", + "name": "yesplaymusic", "version": "0.3.4", "private": true, - "description": "A third party music application for Netease Music", + "description": "A third party music player for Netease Music", "author": "hawtim", "scripts": { "serve": "vue-cli-service serve", diff --git a/src/components/Navbar.vue b/src/components/Navbar.vue index 549a543..a05d6a7 100644 --- a/src/components/Navbar.vue +++ b/src/components/Navbar.vue @@ -160,6 +160,9 @@ export default { toGitHub() { window.open("https://github.com/qier222/YesPlayMusic"); }, + toLogin() { + this.$router.push({ name: "login" }); + }, windowMinimize() { win.minimize(); }, diff --git a/src/store/initLocalStorage.js b/src/store/initLocalStorage.js index fd5a7d7..add7635 100644 --- a/src/store/initLocalStorage.js +++ b/src/store/initLocalStorage.js @@ -9,7 +9,6 @@ let localStorage = { musicQuality: 320000, lyricFontSize: 28, outputDevice: "default", - showGithubIcon: true, showPlaylistsByAppleMusic: true, showUnavailableSongInGreyStyle: true, automaticallyCacheSongs: false, diff --git a/src/views/dailyTracks.vue b/src/views/dailyTracks.vue index 4a84f4a..58c7538 100644 --- a/src/views/dailyTracks.vue +++ b/src/views/dailyTracks.vue @@ -1,7 +1,7 @@