Commit Graph

373 Commits

Author SHA1 Message Date
qier222
a89fa61162 fix: repeat button title issue #77 2020-12-09 13:13:46 +08:00
qier222
771c3e35da chore: update .gitignore 2020-12-09 12:04:26 +08:00
qier222
24cc94fa0d
Merge pull request #73 from njzydark/patch-1
refactor: Adjusting music initialization logic
2020-12-05 22:46:52 +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
qier222
ddebec9de9 Merge branch 'master' of https://github.com/qier222/YesPlayMusic 2020-12-05 12:31:00 +08:00
qier222
870e0a4e9e fix(electron): login issue after restart app 2020-12-05 12:30:48 +08:00
qier222
b7f51f02c2 fix(electron): auto update 2020-12-04 18:46:35 +08:00
qier222
6f7bbbe333
Merge pull request #72 from njzydark/pach-1
fix(unblockMusic): the song information may fail to be fetched and reduce the request time
2020-12-04 16:31: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
02c4ee9fb2 fix: play artist's popular song issue #70 2020-12-03 22:22:21 +08:00
qier222
a06afe1468 fix(electron): remove search account login 2020-12-03 22:15:26 +08:00
qier222
72c23654c9 fix: bugs 2020-12-03 22:09:30 +08:00
qier222
8cc8ed9273
Merge pull request #69 from njzydark/patch-4
feat: support unblock unplayable music
2020-12-02 13:10:59 +08:00
qier222
cc953b31f5
Merge pull request #68 from njzydark/patch-3
fix(utils/isTrackPlayable): songs that have been removed from the shelves cannot be played either
2020-12-02 13:10:46 +08:00
qier222
08ca1193f8
Merge pull request #66 from njzydark/patch-1
fix(album): page open error
2020-12-02 12:43:14 +08:00
njzy
01e2dc955e feat: support unblock unplayable music 2020-12-02 01:01:49 +08:00
njzy
ff98dc7d9b fix(utils/isTrackPlayable): songs that have been removed from the shelves cannot be played either 2020-12-02 01:01:27 +08:00
njzy
4f3299ab9f fix(album): page open error 2020-12-02 00:59:23 +08:00
qier222
962b81a628
Merge pull request #62 from njzydark/master
fix: set cookie when login with phone
2020-11-29 22:54:41 +08:00
njzy
c1c379098f fix: set cookie when login with phone 2020-11-29 18:45:10 +08:00
qier222
2998e52427 fix(electron): login issue 2020-11-24 15:29:37 +08:00
qier222
fed756f6bd fix(electron): open new window in browser 2020-11-24 13:54:58 +08:00
qier222
f67fafeb26 docs: update README.md 2020-11-23 20:10:49 +08:00
qier222
86f89239e6 feat: add auto update for electron app 2020-11-23 18:07:03 +08:00
qier222
7d32e8f3bf Merge branch 'electron'
# Conflicts:
#	src/store/actions.js
#	src/store/mutations.js
2020-11-23 16:48:18 +08:00
qier222
43fd1bc536 fix: bugs 2020-11-23 16:44:17 +08:00
qier222
b1ff13a0dd fix: bugs 2020-11-23 16:06:28 +08:00
qier222
bc0de620c1 refactor: organize codes 2020-11-23 16:04:45 +08:00
qier222
df799cbf84 chore: update icons 2020-11-23 14:03:24 +08:00
qier222
fe8b3261ca refactor: rename napi to netease_api 2020-11-23 13:38:35 +08:00
qier222
379ff6ac64 feat: apply new layout for some special playlists 2020-11-16 23:45:41 +08:00
qier222
6a47e0cb40
fix: improvements 2020-11-04 23:30:42 +08:00
kunkka
e030647720 feat: update electron app with touchbar and menu. 2020-11-03 23:34:43 +08:00
qier222
2e0b18d217
feat: add more categories to explore page 2020-11-02 12:32:22 +08:00
qier222
f17d61c268
fix: bugs 2020-11-01 21:46:05 +08:00
qier222
ff94f011aa
feat: add "Automatically Cache Songs" option to settings page 2020-11-01 21:45:15 +08:00
kunkka
9b03403d9d feat: update ignore 2020-11-01 16:41:10 +08:00
kunkka
36fa7b312a Merge branch 'master' into electron 2020-11-01 16:40:46 +08:00
kunkka
6663d00b52 feat: login set music_u 2020-10-31 18:12:45 +08:00
kunkka
309ca88c34 fix: conflict 2020-10-31 14:06:28 +08:00
kunkka
d93e7ad015 lint: prettier 2020-10-31 14:03:41 +08:00
kunkka
3e38604119 feat: scrollbar and logic update for electron 2020-10-31 14:03:23 +08:00
qier222
8c17b70f3c
fix: some bugs 2020-10-31 12:05:28 +08:00
qier222
6c9cb56c78
chore: update dependencies 2020-10-31 12:05:01 +08:00
qier222
da6b7cdd95
feat: cache songs 2020-10-31 12:02:50 +08:00
qier222
a41719fb48
feat: split album title 2020-10-30 19:55:21 +08:00
kunkka
ae6ecd96fd feat: update electron options and touchbar 2020-10-30 18:17:04 +08:00
qier222
3788f4ae38
refactor: update context menu style 2020-10-30 16:36:33 +08:00
qier222
d828ee79e9
feat: 🌈🐈 2020-10-30 14:58:56 +08:00
qier222
fda5f99c15
fix: bugs 2020-10-30 14:58:02 +08:00