-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 美化界面 * 界面美化设计1 * 界面美化设计-修复了小问题 * 修改了用户登陆图标 * min文件压缩 * min文件压缩 * min文件压缩 * fix: husky precommit didn't ignore vendor files * Update player_thread.js * Update player_thread.js * feat: add modern wihte/black theme * 解决了底部遮挡,和歌词显示 * feat: custom notyf instead of modify lib file * player_thread相关代码迁移 * 修改音量指针 * chore: revert howler.core.min minify * update playbar_animation.js * refactor: move ui code to player.js * refactor: move animation to player.js * refactor: avoid use function name like x * feat: add new theme designers * fix: playbar_animation not found error * fix: img src should be ng-src * 解决打开应用没有显示问题 * fix: lyric not load in load handler * feat: show prev/next button in random mode * fix: chaning progress bar will interrupt with playing position * fix: remove loadpalyj which is missing Co-authored-by: Listen 1 <[email protected]>
- Loading branch information
Showing
25 changed files
with
8,300 additions
and
1,908 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
/* global settings (theme related) */ | ||
:root { | ||
--icon-default-color: #000; | ||
|
||
--text-default-color: #000; | ||
--text-subtitle-color: #7a7a7b; | ||
/* --text-disable-color: #999999; */ | ||
|
||
--lyric-default-color: #666666; | ||
--lyric-on-cover-color: #333333; | ||
--lyric-important-on-cover-color: #ffffff; | ||
|
||
--link-default-color: #999999; | ||
--link-active-color: #323232; | ||
|
||
--line-default-color: #e5e5e5; | ||
|
||
--sidebar-highlight-background-color: #f2f2f3; | ||
--sidebar-hover-background-color: #f2f2f3; | ||
--sidebar-hover-text-color: #262626; | ||
|
||
--content-background-color: #ffffff; | ||
|
||
--footer-player-bar-cur-background-color: #666666; | ||
--search-input-background-color: #f2f2f3; | ||
|
||
--footer-player-bar-cur-button-color: #111111; | ||
--footer-player-bar-background-color: #e0e0e0; | ||
|
||
--window-control-border-color: #dddddd; | ||
|
||
--important-color: #335eea; | ||
|
||
--button-background-color: #f5f5f7; | ||
--button-border-color: #bebebe; | ||
--button-hover-background-color: #dddddd; | ||
|
||
--now-playing-close-icon-color: #666666; | ||
|
||
--disable-song-title-color: #b7b7b7; | ||
--windows-border-color: #dddddd; | ||
|
||
--default-border-radius: 10px; | ||
--text-default-size: 13px; | ||
--h2-title-font-size: 24px; | ||
--badge-font-size: 12px; | ||
--songlist-odd-background-color: #f5f5f5; | ||
--songlist-hover-background-color: #eeeeee; | ||
|
||
--player-icon-color: #666666; | ||
--player-icon-hover-color: #666666; | ||
--player-right-icon-color: #333333; | ||
--player-right-icon-hover-color: #000000; | ||
|
||
--dialog-highlight-color: #e3e3e5; | ||
--dialog-background-color: #fafafa; | ||
--dialog-text-color: #565656; | ||
|
||
--volume-icon-color: #333333; | ||
|
||
--scroll-color: #c2c2c2; | ||
|
||
--lyric-icon-background-color: #ffffff; | ||
|
||
--footer-background-color: hsla(0, 0%, 100%, 0.86); | ||
--nav-background-color: hsla(0, 0%, 100%, 0.86); | ||
--color-body-bg: #fff; | ||
--white--black: #fff; | ||
--black--white: #222; | ||
--white--black-background: #222; | ||
|
||
--theme-color: #335eea; | ||
--theme-color-ope: rgba(51, 94, 234, 0.4); | ||
--theme-color-hover: #eaeffd; | ||
|
||
--sidebar-background: #ebebec; | ||
--sidebar-splitter: #1d1d1f; | ||
|
||
--shadow-mask: rgba(30, 30, 30, 0.5); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
.notyf__toast { | ||
border-radius: 10px; | ||
} | ||
|
||
.notyf__dismiss-btn { | ||
outline: 0; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
/* global settings (theme related) */ | ||
:root { | ||
--icon-default-color: #666666; | ||
|
||
--text-default-color: #ffffff; | ||
--text-subtitle-color: #7a7a7b; | ||
|
||
--lyric-default-color: #666666; | ||
--lyric-on-cover-color: #bbbbbb; | ||
--lyric-important-on-cover-color: #ffffff; | ||
|
||
--link-default-color: #999999; | ||
--link-active-color: #ffffff; | ||
|
||
--line-default-color: rgba(255, 255, 255, 0.08); | ||
|
||
--sidebar-highlight-background-color: #4d4d4d; | ||
--sidebar-hover-background-color: #3c3c3c; | ||
--sidebar-hover-text-color: #ffffff; | ||
|
||
--content-background-color: #222; | ||
|
||
--footer-player-bar-background-color: #666666; | ||
--footer-player-bar-cur-background-color: #e0e0e0; | ||
--search-input-background-color: #323232; | ||
--footer-player-bar-cur-button-color: #e0e0e0; | ||
|
||
--window-control-border-color: #dddddd; | ||
|
||
--important-color: #335eea; | ||
|
||
--button-background-color: #323232; | ||
--button-border-color: #323232; | ||
--button-hover-background-color: #444444; | ||
|
||
--now-playing-close-icon-color: #b3b3b3; | ||
|
||
--disable-song-title-color: #b7b7b7; | ||
--windows-border-color: #222; | ||
|
||
--default-border-radius: 10px; | ||
--text-default-size: 13px; | ||
--h2-title-font-size: 24px; | ||
--badge-font-size: 12px; | ||
--songlist-odd-background-color: #2d2d2d; | ||
--songlist-hover-background-color: #3e3e3e; | ||
|
||
--player-icon-color: #b3b3b3; | ||
--player-icon-hover-color: #eeeeee; | ||
--player-right-icon-color: #b3b3b3; | ||
--player-right-icon-hover-color: #eeeeee; | ||
|
||
--dialog-highlight-color: #444444; | ||
--dialog-background-color: #222; | ||
--dialog-text-color: #ffffff; | ||
|
||
--volume-icon-color: #b3b3b3; | ||
|
||
--scroll-color: #444444; | ||
|
||
--lyric-icon-background-color: #323232; | ||
|
||
--nav-background-color: rgba(34, 34, 34, 0.86); | ||
--color-body-bg: #222; | ||
--white--black: #222; | ||
--black--white: #fff; | ||
--white--black-background: #fff; | ||
|
||
--theme-color: #335eea; | ||
--theme-color-ope: rgba(51, 94, 234, 0.4); | ||
--theme-color-hover: #bbcdff; | ||
|
||
--sidebar-background: #1d1d1f; | ||
--sidebar-splitter: #ebebec; | ||
|
||
--shadow-mask: rgba(0, 0, 0, 0.5); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.