Commit Graph

656 Commits

Author SHA1 Message Date
是虹川飴
cbeb64a65c
fix #1152 (#1157) 2021-12-31 18:56:16 +08:00
pan93412
767e2073b3
fix(views/library): better lyric-picking logic (#1143)
* fix(views/library): better lyric-picking logic

* feat(views/library): filter out lines with "作詞" and "作曲" included
2021-12-30 18:16:51 +08:00
pan93412
c59a100d4c
refactor(views/library): 修改取词逻辑 (#1135)
* refactor(views/library): 修改取词逻辑

* refactor(views/library): clean up long-winded code

Co-authored-by: 是虹川飴 <r0akg9yxh@relay.firefox.com>
Closed: #1133
Fixed: #1019 #1127 #1067 #1064 #1058 #1022
2021-12-30 18:16:50 +08:00
Vidocq
14b20af89e
fix: toast covered by modal (#1137) 2021-12-30 18:16:50 +08:00
pan93412
3e19f88a4e
feat: allow customizing UNM's sources (#1134)
* feat(ipcMain/unm): allow passing customized source

* feat(utils/Player): pass settings.unmSource

According to c280221a44,
we can let users customize their desired source now.

* feat(views/settings): allow configuring sources

We haven't supported specifying the environment variable in YPM yet.
2021-12-30 18:16:50 +08:00
memorydream
649aeac020
fix: firefox lyrics scrollbar (#1128) 2021-12-30 18:16:50 +08:00
pan93412
8e42e7bf21
fix(player): release object urls (#1121) 2021-12-30 18:16:49 +08:00
pan93412
f4b7d52bbd
fix(settings): update URL to our UNM fork's (#1120) 2021-12-30 18:16:49 +08:00
是虹川飴
de699495c8
fix: 修复 issues #1019 的跟进问题 (#1113)
* issues #1019 的迫真修复

* 修复 issues #1019

* 修复 issues #1019

* 改回 pickedLyric() 逻辑

* 更进一步的避免取词卡死问题

* 更新网易云 api 到 4.2.0

* Update README.md

* Revert "Update README.md"

This reverts commit b862ef7d4d.

* Update lyrics.vue

* 过滤歌词
2021-12-30 18:16:49 +08:00
memorydream
6ba9a3718d
fix: disc color (#1114) 2021-12-30 18:16:49 +08:00
是虹川飴
fffed249d9
fix: issues #1076 (#1080)
* issues #1019 的迫真修复

* 修复 issues #1019

* 修复 issues #1019

* 改回 pickedLyric() 逻辑

* 更进一步的避免取词卡死问题

* 更新网易云 api 到 4.2.0

* Update README.md

* Revert "Update README.md"

This reverts commit b862ef7d4d.

* Update lyrics.vue
2021-12-30 18:16:48 +08:00
Chiro
8151343787
fix: #1063 #1010 (#1083) 2021-12-30 18:16:48 +08:00
Changjian Gao
773f7bee9e
feat: Add "Open in Browser" context menu item to artist and album page (#1096) 2021-12-30 18:16:48 +08:00
pan93412
e9f45c5352
feat: Use actively maintained unblockNeteaseMusic (#1105)
* refactor: use @unblockneteasemusic/server

we also use ipcMain.handle for unblock-music.

* refactor(utils/nativeAlert): remove the deprecated "remote"

* refactor(ipcMain): use our default sources

* style(config/vue): prettier

* feat(README): update for new UNM
2021-12-30 18:16:47 +08:00
人工知能
0c6c89c7e0
fix: update zh-TW.js (#1087)
Localize translations
本地化翻譯
2021-12-30 18:16:47 +08:00
是虹川飴
e66a264d9b
fix: 修复 issues #1019 的跟进问题 (#1068)
* issues #1019 的迫真修复

* 修复 issues #1019

* 修复 issues #1019

* 改回 pickedLyric() 逻辑

* 更进一步的避免取词卡死问题

* 更新网易云 api 到 4.2.0

* Update README.md

* Revert "Update README.md"

This reverts commit b862ef7d4d.
2021-12-30 18:16:47 +08:00
是虹川飴
37f31d0516
fix: 修复 issues #1019 (#1040)
* issues #1019 的迫真修复

* 修复 issues #1019

* 修复 issues #1019

* 改回 pickedLyric() 逻辑
2021-12-30 18:16:47 +08:00
memorydream
bb573d6dfd
fix: name (#1033) 2021-12-30 18:16:46 +08:00
memorydream
0442214555
fix: #1009 (#1018)
* fix: goToList bug

* lyrics page title go to fix

* change
2021-12-30 18:16:46 +08:00
Hawtim
5566b2e344
feat: enhance (#1016) 2021-12-30 18:16:46 +08:00
qier222
7af0e09dd6
chore: update package.json 2021-12-30 18:16:46 +08:00
qier222
9f257c387c
chore: update .env.example 2021-12-30 18:16:45 +08:00
火花✨
f92f1e4da0
fix: remove zh-tw flag emoji (#991)
* fix: correct zh-tw flag emoji

* Update settings.vue

Co-authored-by: qier222 <qier222@outlook.com>
2021-12-30 18:16:45 +08:00
memorydream
822505e31c
fix: 在windows和linux中,当启动第二个窗口时,呼出已经启动的窗口 (#992)
* fix: 在windows和linux中,当启动第二个窗口时,呼出已经启动的窗口

* prettier code

* change
2021-12-30 18:16:45 +08:00
memorydream
22aa51a1e6
fix: 修复Linux下,关闭主面板时... 询问选项无效的bug (#969)
* fix: Linux close app ask cant work

* Update background.js

* fix: bug
2021-12-30 18:16:45 +08:00
memorydream
54b69a71ef
try tray context on linux | 尝试在linux上实现托盘菜单 (#926)
* try tray context on linux

* 调整linux下托盘菜单的选项位置

* bug fix

* fix : linux tray contextMenu cant open

* prettier code

* 移除 显示主面板 的图标
2021-12-30 18:16:44 +08:00
memorydream
a038aa5b5b
fix: 当不存在专辑时,不在歌词界面显示多余的符号 (#941)
* code clear

* 当不存在专辑时,不在歌词界面显示 - 符号

* some change
2021-12-30 18:16:44 +08:00
memorydream
0bd11ea996
fix: 修改歌名翻译的实现,以避免展示重复的信息 (#958)
* change song translate impl

* i18n

* 修改个变量名

* bug fix?
2021-12-30 18:16:44 +08:00
memorydream
d29c4e7796
fix: 增强并明确关闭app的相关行为 (#938)
* 分离close和minimize按钮行为

* bug fix
2021-12-30 18:16:43 +08:00
qier222
991fef8c5d
chore: update package.json & build.yaml 2021-12-30 18:16:43 +08:00
pan93412
d153810205
fix(views/library): better lyric-picking logic (#1143)
* fix(views/library): better lyric-picking logic

* feat(views/library): filter out lines with "作詞" and "作曲" included
2021-12-29 07:37:58 +08:00
pan93412
f5cdbea379
refactor(views/library): 修改取词逻辑 (#1135)
* refactor(views/library): 修改取词逻辑

* refactor(views/library): clean up long-winded code

Co-authored-by: 是虹川飴 <r0akg9yxh@relay.firefox.com>
Closed: #1133
Fixed: #1019 #1127 #1067 #1064 #1058 #1022
2021-12-28 17:58:31 +08:00
Vidocq
e838f1d6d4
fix: toast covered by modal (#1137) 2021-12-28 01:04:33 +08:00
pan93412
83b78bab34
feat: allow customizing UNM's sources (#1134)
* feat(ipcMain/unm): allow passing customized source

* feat(utils/Player): pass settings.unmSource

According to c280221a44,
we can let users customize their desired source now.

* feat(views/settings): allow configuring sources

We haven't supported specifying the environment variable in YPM yet.
2021-12-28 00:49:31 +08:00
memorydream
c73da5c5ad
fix: firefox lyrics scrollbar (#1128) 2021-12-25 13:08:01 +08:00
pan93412
836b7d0ce9
fix(player): release object urls (#1121) 2021-12-24 17:19:16 +08:00
pan93412
d049eb4903
fix(settings): update URL to our UNM fork's (#1120) 2021-12-24 15:22:27 +08:00
是虹川飴
4a99f31aed
fix: 修复 issues #1019 的跟进问题 (#1113)
* issues #1019 的迫真修复

* 修复 issues #1019

* 修复 issues #1019

* 改回 pickedLyric() 逻辑

* 更进一步的避免取词卡死问题

* 更新网易云 api 到 4.2.0

* Update README.md

* Revert "Update README.md"

This reverts commit b862ef7d4d.

* Update lyrics.vue

* 过滤歌词
2021-12-21 10:20:04 +08:00
memorydream
47862d6710
fix: disc color (#1114) 2021-12-21 10:12:06 +08:00
是虹川飴
e9d9c3aee8
fix: issues #1076 (#1080)
* issues #1019 的迫真修复

* 修复 issues #1019

* 修复 issues #1019

* 改回 pickedLyric() 逻辑

* 更进一步的避免取词卡死问题

* 更新网易云 api 到 4.2.0

* Update README.md

* Revert "Update README.md"

This reverts commit b862ef7d4d.

* Update lyrics.vue
2021-12-20 19:00:59 +08:00
Chiro
d322a29b72
fix: #1063 #1010 (#1083) 2021-12-20 19:00:33 +08:00
Changjian Gao
5c6eaa8fda
feat: Add "Open in Browser" context menu item to artist and album page (#1096) 2021-12-20 18:57:45 +08:00
pan93412
16c3613267
feat: Use actively maintained unblockNeteaseMusic (#1105)
* refactor: use @unblockneteasemusic/server

we also use ipcMain.handle for unblock-music.

* refactor(utils/nativeAlert): remove the deprecated "remote"

* refactor(ipcMain): use our default sources

* style(config/vue): prettier

* feat(README): update for new UNM
2021-12-20 18:56:26 +08:00
人工知能
3bc9d24677
fix: update zh-TW.js (#1087)
Localize translations
本地化翻譯
2021-12-19 16:46:35 +08:00
是虹川飴
0d3df4a1e4
fix: 修复 issues #1019 的跟进问题 (#1068)
* issues #1019 的迫真修复

* 修复 issues #1019

* 修复 issues #1019

* 改回 pickedLyric() 逻辑

* 更进一步的避免取词卡死问题

* 更新网易云 api 到 4.2.0

* Update README.md

* Revert "Update README.md"

This reverts commit b862ef7d4d.
2021-12-06 18:27:24 +08:00
是虹川飴
8341727882
fix: 修复 issues #1019 (#1040)
* issues #1019 的迫真修复

* 修复 issues #1019

* 修复 issues #1019

* 改回 pickedLyric() 逻辑
2021-11-09 10:55:36 +08:00
memorydream
e4298fdad6
fix: name (#1033) 2021-11-08 14:37:52 +08:00
memorydream
d580e63358
fix: #1009 (#1018)
* fix: goToList bug

* lyrics page title go to fix

* change
2021-10-28 22:02:58 +08:00
Hawtim
ee59479ff8
feat: enhance (#1016) 2021-10-28 01:09:00 +08:00
qier222
9b565c41c2
chore: update package.json 2021-10-22 20:44:39 +08:00