Commit graph

8 commits

Author SHA1 Message Date
qier222
42089d4996
feat: monorepo 2022-05-12 02:45:43 +08:00
qier222
7e892997bd
refactor: 将 enum key的格式改为 PascalCase 2022-04-16 22:59:20 +08:00
qier222
0061a66124
refactor: 将 player.ts 里面的Mode.PLAYLIST改为 Mode.TrackList 2022-04-16 21:35:37 +08:00
memorydream
e6b1b91c01
fix: bugs (#1525)
* fix(component/Lyric): 点击歌手名字跳转后不会关闭歌词面板

* fix: 移除build.sqlite3.js中的dll复制

当前使用的better-sqlite3版本已经支持仅单个node文件,不需要也不再构建dll文件

* fix: 对歌词使用更精确的key,避免多个歌词时间相同时的key相同错误

* update
2022-04-12 22:20:56 +08:00
L.Ryland
3626095d97
feat: add playing status on sidebar playlists (#1517)
* udpate playing status on sidebar playlists

* update player mode logic & delete unused codes

* change sidebar svg to volume-half

* format code and relevant optimizations

* justify-between

* change object visit mode to dot.

* delete duplited `flex` class

* add playlist id check
in case playlist id conflicts with album.
2022-04-12 22:18:37 +08:00
memorydream
a95524ff34
fix: bugs (#1503)
* fix: 限制FMCard上的歌名长度

避免曲名过长将其他部分顶出卡片外

* fix: Library取词逻辑

* fix: 歌词页面Player UI

* fix: 搜索页面专辑发布日期

* fix: 修复私人FM启动时总是加载新的数据,导致数据过多的问题

* update

* 更改FM的初始化顺序

* Update player.ts

* fix: 将FMCard的歌名长度限制为两行
2022-04-10 23:37:36 +08:00
qier222
70d1de0e0f
fix: bugs
fix: bugs
2022-04-09 01:13:15 +08:00
qier222
530581ba82
feat: 初步实现歌词界面 2022-04-08 01:02:25 +08:00