CuSO4Deposit
9809a758b4
style: Reformat with Prettier ( #2296 )
2024-11-01 14:20:55 +08:00
5unV
7cb063d511
fix: 纠正脏标的判断 ( #2268 )
2024-08-07 22:37:29 +08:00
Younglina
8a50337854
fix(tracklist): TrackListItem 序号问题 ( #2011 )
...
直接使用 track.no 可能导致歌曲编号重复。改使用曲目在
阵列中的实际索引位置。
2023-04-08 23:12:13 +08:00
Younglina
c89ebbdd22
fix: album.company显示问题 ( #2009 )
2023-03-22 14:16:47 +08:00
memorydream
6e1d58964e
fix: 专辑分碟排序错误 ( #1630 )
...
* fix: 专辑分碟排序错误
* update
2022-05-12 01:23:13 +08:00
memorydream
47862d6710
fix: disc color ( #1114 )
2021-12-21 10:12:06 +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
BakerBunker
8b089e6cf4
feat: support separate album by disc ( #861 )
...
Co-authored-by: BakerBunker <bakerbunker@nwpu.edu.cn>
2021-09-25 16:11:49 +08:00
Changjian Gao
c091e4cb9f
fix: add more i18n for artist and album pages ( #790 )
2021-06-17 12:29:09 +08:00
qier222
f3076f21b2
fix: bugs
2021-06-09 20:53:33 +08:00
qier222
f89fc84f95
refactor: only show NProgress when loading time is too long
2021-06-08 16:37:05 +08:00
qier222
c506dea02b
fix: bugs
2021-06-08 00:09:30 +08:00
qier222
7c79afd0d1
feat: virtual scrollbar
2021-06-05 14:16:53 +08:00
BakerBunker
347bc1665d
fix: Add new localizations ( #722 )
...
Co-authored-by: bakerbunker <bakerbunker@nwpu.edu.cn>
2021-05-30 18:25:35 +08:00
Changjian Gao
b9da9a41fd
feat: Support copy artist and album URL ( #708 )
2021-05-26 16:46:00 +08:00
qier222
b05a686180
feat: add clear queue button to next page
2021-05-17 23:53:45 +08:00
qier222
95f22f47fe
fix: bugs
2021-04-28 13:44:37 +08:00
qier222
f1e3d8ebf0
fix: bugs
2021-04-27 16:51:37 +08:00
qier222
9351f6bc89
chore: format codes
2021-04-26 16:31:03 +08:00
qier222
5355caa4e4
fix: bugs
2021-04-25 14:24:04 +08:00
qier222
94ef0934a5
fix: revert some code
2021-03-06 17:02:06 +08:00
Mr. Will
1d34aa794f
Update animations for lyrics, panels and tracklists | 为歌词、面板和列表更新动画 ( #249 )
...
* Update lyrics scrolling animation
* Remove the useless module imported by mistake
* Auto prettify the changed code
* Update lyrics animation curve and add blur effect to lyrics
* Auto prettify the changed code
* Add initial lyrics blur filter
* Update lyrics blur and fade effect
* Update open and close animation for explore page's panel
* Update tracklist hover animation
* Add scale animation to lyrics
* Auto prettify the changed code
* Update lyrics blur effect with CSS variables
* Support small screen devices for all pages
* Fix paddings for some pages
* Auto prettify the changed code
* Update lyrics page for small screen devices
2021-02-12 15:18:55 +08:00
fengkx
97f2ce043b
fix: description style with newline ( #246 )
2021-02-07 11:27:49 +08:00
qier222
b2f758f0c4
fix: bugs
2021-01-20 14:02:03 +08:00
qier222
f6c36fbcac
refactor: player
2021-01-05 22:17:47 +08:00
qier222
acf3d768f8
refactor: enhance UI compatibility
2021-01-02 21:07:08 +08:00
qier222
efdbee4b89
fix: bugs
2020-12-17 19:03:10 +08:00
qier222
6b3c0383bc
feat: add context menu for album and playlist
2020-12-16 22:16:09 +08:00
qier222
0680d258ae
fix: adapt dark mode for modal
2020-12-16 16:01:32 +08:00
qier222
f68ae5c078
feat: show like buttons to visitors
2020-12-09 18:09:52 +08:00
qier222
463aaf7698
fix: update locale
2020-12-09 16:01:17 +08:00
qier222
72c23654c9
fix: bugs
2020-12-03 22:09:30 +08:00
njzy
4f3299ab9f
fix(album): page open error
2020-12-02 00:59:23 +08:00
qier222
b1ff13a0dd
fix: bugs
2020-11-23 16:06:28 +08:00
qier222
6a47e0cb40
fix: improvements
2020-11-04 23:30:42 +08:00
qier222
a41719fb48
feat: split album title
2020-10-30 19:55:21 +08:00
qier222
2f41e0237d
feat: add like albums & follow artists function
2020-10-26 15:47:03 +08:00
qier222
b655c59761
feat: dark mode support ( #53 )
2020-10-25 21:04:33 +08:00
Hawtim Zhang
780b429fa9
feat: using vuex to make login status reactively ( #51 )
2020-10-24 18:55:10 +08:00
qier222
67db925bfe
fix: some bugs
2020-10-23 20:11:19 +08:00
qier222
8096fe40f1
feat: add more albums by this artist section in album page
2020-10-23 18:25:22 +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
BeADre
f99dbac95f
fix: add some translations ( #36 )
...
* feat: add i18n
* refactor: move songs to common
2020-10-22 14:39:02 +08:00
BeADre
3d4d1e9f66
feat: add i18n of modal ( #31 )
...
Co-authored-by: wanghaobb <wanghaobb@seeyon.com>
2020-10-21 16:28:18 +08:00
qier222
1657935ba1
修改翻译以及locale结构
2020-10-20 18:43:40 +08:00
Hawtim Zhang
ecee495a18
feat: use vue-i18n for language switch ( #23 )
...
* 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
2020-10-19 23:14:26 +08:00
qier222
e11ad6bf46
优化next页面,删除无用代码
2020-10-17 22:18:08 +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