Commit graph

22 commits

Author SHA1 Message Date
njzy
4128d9ac3b
feat: support cache songs (#80)
fix: cache unblock song

refactor: play first and then cache it
2020-12-09 19:53:19 +08:00
qier222
60989a2572 feat: add toast component 2020-12-09 16:00:38 +08:00
njzy
200c49e8c9 refactor: Adjusting music initialization logic
1.  Initial music loads twice on app start, a second load is triggered as soon as the page is clicked. So I close autounlock
2. Unplayable music can’t be play
2020-12-05 22:36:52 +08:00
njzy
6fa6155817 fix(unblockMusic): the song information may fail to be fetched and reduce the request time
1. Increase the timeout time to prevent blocking the rendering process
2. Use the modification package to solve the problem that song information may not be available and repeatedly requested.
2020-12-04 00:25:44 +08:00
qier222
72c23654c9 fix: bugs 2020-12-03 22:09:30 +08:00
njzy
01e2dc955e feat: support unblock unplayable music 2020-12-02 01:01:49 +08:00
qier222
ff94f011aa
feat: add "Automatically Cache Songs" option to settings page 2020-11-01 21:45:15 +08:00
qier222
da6b7cdd95
feat: cache songs 2020-10-31 12:02:50 +08:00
qier222
e3f783cb65 fix: reset document title when music stop 2020-10-27 17:22:47 +08:00
Hawtim Zhang
780b429fa9
feat: using vuex to make login status reactively (#51) 2020-10-24 18:55:10 +08:00
Hawtim Zhang
e3043e7918
fix: commitMP3 and countrycode to countryCode (#41)
* feat: add config to resolve path alias.

* feat: use vue-i18n for language switch

* feat: add .editorconfig for ide

* fix: add no-referrer to avoid CROB

* fix: setCookie and fix typo

* feat: integrate vue-i18n

* feat: player component i18n support

* fix: duplicate key warning in explore page

* fix: like songs number changed in library page

* fire: remove todo

* fix: same text search on enter will cause error

* fix: scrobble error params type

* feat: prettier task supported

* fix: prettier ignore config update

* fix: conflict

* fix: commitMP3 and countrycode to countryCode

* lint: prettier
2020-10-22 22:35:29 +08:00
Hawtim Zhang
c042faa001
feat: prettier task supported (#40)
* feat: add config to resolve path alias.

* feat: use vue-i18n for language switch

* feat: add .editorconfig for ide

* fix: add no-referrer to avoid CROB

* fix: setCookie and fix typo

* feat: integrate vue-i18n

* feat: player component i18n support

* fix: duplicate key warning in explore page

* fix: like songs number changed in library page

* fire: remove todo

* fix: same text search on enter will cause error

* fix: scrobble error params type

* feat: prettier task supported

* fix: prettier ignore config update

* fix: conflict
2020-10-22 21:44:34 +08:00
Hawtim Zhang
e4693b1bdf
fix: scrobble error params type (#38)
* feat: add config to resolve path alias.

* feat: use vue-i18n for language switch

* feat: add .editorconfig for ide

* fix: add no-referrer to avoid CROB

* fix: setCookie and fix typo

* feat: integrate vue-i18n

* feat: player component i18n support

* fix: duplicate key warning in explore page

* fix: like songs number changed in library page

* fire: remove todo

* fix: same text search on enter will cause error

* fix: scrobble error params type
2020-10-22 12:21:50 +08:00
qier222
f7ce068260 fix: replace http with https in mp3 url 2020-10-21 15:57:24 +08:00
qier222
4fcc6d2aff 支持播放VIP歌曲 2020-10-21 00:32:00 +08:00
qier222
14a22ccf1e Merge branch 'master' of https://github.com/qier222/YesPlayMusic
# Conflicts:
#	src/store/mutations.js
2020-10-18 01:07:36 +08:00
qier222
e11ad6bf46 优化next页面,删除无用代码 2020-10-17 22:18:08 +08:00
qier222
6ce6f6b167 修复player随机播放的bug 2020-10-17 22:16:44 +08:00
kunkka
19193bbc7d fix: typo and remove code 2020-10-17 21:09:38 +08:00
qier222
7f75758b73 增加收藏歌曲和收藏歌单功能,优化播放器逻辑,修复bug以及体验优化 2020-10-17 00:18:24 +08:00
qier222
861125ea8c 修复bug和优化体验 2020-10-14 21:10:45 +08:00
qier222
e4ba16b9a2 first commit 2020-10-10 19:54:44 +08:00