Arthals
59898c7883
fix(navbar): Fixed the issue of overlapping with the control bar ( #2073 )
2023-06-18 13:47:20 +08:00
Kris Hu
1b7e33c222
fix: 艺人页面专辑区不显示精选集 ( #2046 )
2023-05-02 00:24:08 +08:00
Lvc Revincx
221ca63d3d
fix(player): Skip track when audio source not supported ( #2033 )
2023-04-15 10:26:38 +08:00
洩氏诹诹子
b7f7ac8d31
fix(player): 修复歌曲时长过长时的进度显示问题 ( #1936 )
...
原先进度条遇到时长超过 1hr 的歌曲,
不会呈现小时数的部分。这个 commit
将歌曲时长小时数加到分钟数中。
2023-04-08 23:16:01 +08:00
Holger
65f5df8a60
fix(request): cross domain api issue ( #2026 )
...
Fix the issue when NCMapi is not under the same domain
as the one frontend uses. The original method using
Vercel to proxy requests may cause latency under
some circumstances.
2023-04-08 23:13:28 +08:00
Younglina
8a50337854
fix(tracklist): TrackListItem 序号问题 ( #2011 )
...
直接使用 track.no 可能导致歌曲编号重复。改使用曲目在
阵列中的实际索引位置。
2023-04-08 23:12:13 +08:00
moonrailgun
7b97ac0139
chore: define node engines ( #1943 )
...
The `@achrinza/node-ipc` version we use in 1.x does not allow
a version of Node.js greater than 17. As YesPlayMusic has been in
maintenance mode, we define our supported Node.js engine version
rather than upgrade this dependency.
It may indicate the Vercel platform to not use 18 (or greater) in their
deployment.
The error message is:
error @achrinza/node-ipc@9.2.2: The engine "node" is incompatible with this module. Expected version "8 || 10 || 12 || 14 || 16 || 17". Got "18.12.1"
2023-04-08 23:08:52 +08:00
qier222
1cb3e4b29f
Update README.md
2023-03-27 00:09:47 +08:00
Younglina
c89ebbdd22
fix: album.company显示问题 ( #2009 )
2023-03-22 14:16:47 +08:00
qier222
ce738f6b40
revert: change port to workaround 21H2's port
2023-01-30 12:38:38 +08:00
qier222
2a0af8f975
fix: update version
2023-01-28 12:16:47 +08:00
qier222
2f452dbe74
fix: bugs
2023-01-28 12:06:57 +08:00
タイムライン
622f95439d
fix: player volume bug ( #1918 )
...
* fix: player volume bug
* Update Player.js
* Update Player.js
* Update Player.js
* Update Player.js
2023-01-28 11:53:54 +08:00
タイムライン
210e65dd9a
update copyright year ( #1917 )
2023-01-27 01:11:48 +08:00
草方块
241de709da
fix: 更新依赖以解决手机号登录问题;UnblockNeteaseMusic 更新 ( #1915 )
...
* fix: 更新api以尝试解决邮箱登录问题
* fix: 又双更新api版本以修复手机号登录问题
(可能
* deps: [测试]更新UNM到0.4.0
2023-01-24 20:09:33 +08:00
草方块
c6804decfc
fix: 更新api以尝试解决邮箱登录问题
2022-12-30 17:02:49 +08:00
Karbob
75d3e28ef8
feat: mount local time and time zone
2022-12-15 09:36:25 +08:00
Karbob
99371def54
refactor(dockerfile): separate nginx config from Dockerfile
2022-12-15 09:36:25 +08:00
Karbob
70d2713643
refactor(dockerfile): use awk
to find NCMAPI version
2022-12-15 09:36:25 +08:00
Revincx
41b72563ff
refactor: improve lyric file download implement
2022-10-22 13:59:49 +08:00
Revincx
345f3588bd
chore: improve translations
2022-10-22 12:36:57 +08:00
Revincx
022f740c3f
feat: osdlyrics desktop lyrics support
2022-10-05 16:21:18 +08:00
Revincx
ce778afff6
feat: Tray icon theme now follows system theme
2022-10-05 15:23:11 +08:00
Kay W
9fcb6da960
feat: Add status text to like button when hover event triggers ( #1789 )
...
Signed-off-by: Kay Wei <weikaiii@sina.cn>
2022-09-09 12:45:22 +08:00
jbwfu
b589f82b6c
feat: add tutorial to deploy on Replit ( #1731 )
2022-08-31 12:08:13 +08:00
pan93412
f9e6164245
fix(ipcMain): unexpected “本草綱目“ from migu
...
This is just a workaround, and the core issue is on UNM.
However, refactoring UNM is time-comsuming and also requires
a lot of hard work. Therefore, we disable "migu" at this moment
simply.
Fixed #1713
Fixed #1711 (?)
2022-06-28 11:34:20 +08:00
pan93412
43c5bda806
chore(deps): upgrade dependencies ( #1708 )
2022-06-22 14:29:38 +08:00
pan93412
6d3508c62a
fix: change port to workaround 21H2's port ( #1706 )
...
* fix: change port to 35216 → workaround 21H2's port
* style: with restyled (#1707 )
* Restyled by clang-format
* Restyled by prettier
* fix: change 21232 to 41342
Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com>
Co-authored-by: Restyled.io <commits@restyled.io>
2022-06-22 14:29:18 +08:00
marcus
9e64222bdf
feat: Add time to lyric page ( #1676 )
...
* feat: Add time on lyrics page
* feat: Add the setting item of whether to display the time on the lyrics page
* fix: fix some issue
2022-06-21 13:45:43 +08:00
marcus
7b911c1658
feat: Add "Volume Control" to Lyrics Page ( #1672 )
...
* feat: Add "Volume Control" to Lyrics Page
* fix: fix mute button
2022-06-21 13:45:32 +08:00
Viyerelu23333
a31d552788
fix(dockerfile): 设置 NCMAPI 版本 ( #1689 )
...
* fix: dockerfile ncapi pinning
* feat: ncmapi follows version in package.json
2022-06-19 20:54:08 +08:00
marcus
000cfda922
feat: Added "Add to Playlist" on lyrics page ( #1671 )
2022-06-19 20:53:28 +08:00
Changjian Gao
0abd616ca1
feat: Add context menu on MV page ( #1670 )
2022-06-19 20:52:26 +08:00
memorydream
2a2ac5a37d
fix: 私人推荐歌单 ( #1665 )
...
* fix: 私人推荐歌单
* update
2022-06-19 20:51:42 +08:00
memorydream
1496a8a0d0
fix: 歌名翻译文本位置 & FMCard背景颜色 ( #1650 )
...
* fix: 歌名翻译文本位置
* fix: 使FMCard的背景颜色永远随着歌曲改变
2022-06-19 20:51:30 +08:00
memorydream
6b690baef6
fix: 修复在长时间暂停后无法播放的问题 ( #1627 )
...
* fix: 修复在长时间暂停后无法播放的问题
* 增加doc
2022-06-19 20:51:16 +08:00
郭桓桓
b9cdade832
chore(ci/cd): bump actions/upload-artifact
to v3
2022-06-03 14:45:50 +08:00
郭桓桓
fbc1e9903e
chore(ci/cd): bump actions/checkout
to v3
2022-06-03 14:45:50 +08:00
memorydream
439f368fd6
fix: 音乐库收藏的歌单少了第一张歌单 ( #1657 )
2022-05-23 01:27:49 +08:00
memorydream
bbbd729fdf
fix: 部分linux发行版环境的托盘行为 ( #1647 )
2022-05-21 06:03:24 +08:00
memorydream
c1efcb895c
fix: 歌词页视觉效果缺陷 ( #1649 )
2022-05-21 06:03:11 +08:00
qier222
cb59eb94a1
docs: update vercel links
2022-05-20 00:07:55 +08:00
pan93412
f355d5da50
fix(dockerfile): 限制最大標頭大小
...
原本的Nginx.conf没有定义最大标头大小。若不手动更改,则会出现无法登陆的bug,且Nginx会返回Header too big错误。
Fixed #1604
Co-Authored-By: huangyinhaow <64564727+huangyinhaow@users.noreply.github.com>
2022-05-14 20:07:13 +08:00
memorydream
6e1d58964e
fix: 专辑分碟排序错误 ( #1630 )
...
* fix: 专辑分碟排序错误
* update
2022-05-12 01:23:13 +08:00
qier222
c3aea5ee8d
fix: bug
2022-05-10 12:15:03 +08:00
qier222
f064859a27
docs: add powered by vercel
2022-05-10 12:10:47 +08:00
Hawtim
9e787bab03
Merge pull request #1598 from hawtim/fix-history-list-error
...
fix: render weekData error
2022-05-02 14:44:48 +08:00
Hawtim
97ac4117db
Merge pull request #1600 from hawtim/fix-node-vibrant-worker
...
Fix-node-vibrant-worker
2022-05-02 14:38:08 +08:00
Hawtim
8cd8ae4255
Merge pull request #1597 from hawtim/feature/support-image-lazy-loading
...
feat: add img tag with loading attribute for lazy loading
2022-05-02 14:36:06 +08:00
hawtimzhang
35edd84c22
fix: vibrant worker error
2022-05-02 14:30:11 +08:00