Skip to content

Commit

Permalink
bump v2.0, new ui designed by iparanoid
Browse files Browse the repository at this point in the history
  • Loading branch information
listen1 committed Dec 22, 2018
1 parent f345694 commit 656f91d
Show file tree
Hide file tree
Showing 16 changed files with 2,259 additions and 933 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Listen 1 (Chrome Extension) V1.9.1
Listen 1 (Chrome Extension) V2.0.0
==========
最后更新于2018年12月21日
最后更新于2018年12月22日

[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE)

Expand Down Expand Up @@ -44,6 +44,10 @@ Firefox打包安装

更新日志
-------
`2018-12-22`
* 全新版本2.0发布,更新界面(特别感谢@iparanoid提供主题设计)
* 升级jquery和angular版本

`2018-12-21`
* 修复虾米音乐歌单访问的问题
* 修复网易云音乐歌单只有一首歌的问题
Expand Down
89 changes: 89 additions & 0 deletions css/icon.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
@font-face {
font-family: 'listen1-icon';
src: url('../fonts/listen1-icon.eot?4ftssm');
src: url('../fonts/listen1-icon.eot?4ftssm#iefix') format('embedded-opentype'),
url('../fonts/listen1-icon.ttf?4ftssm') format('truetype'),
url('../fonts/listen1-icon.woff?4ftssm') format('woff'),
url('../fonts/listen1-icon.svg?4ftssm#listen1-icon') format('svg');
font-weight: normal;
font-style: normal;
}

[class^="li-"], [class*=" li-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'listen1-icon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;

/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.li-play:before {
content: "\e900";
}
.li-previous:before {
content: "\e901";
}
.li-next:before {
content: "\e902";
}
.li-pause:before {
content: "\e903";
}
.li-random-loop:before {
content: "\e904";
}
.li-single-cycle:before {
content: "\e905";
}
.li-mute:before {
content: "\e906";
}
.li-volume:before {
content: "\e907";
}
.li-list:before {
content: "\e908";
}
.li-loop:before {
content: "\e909";
}
.li-del:before {
content: "\e90a";
}
.li-close:before {
content: "\e90b";
}
.li-back:before {
content: "\e90c";
}
.li-play-s:before {
content: "\e90d";
}
.li-collapse:before {
content: "\e90e";
}
.li-add:before {
content: "\e90f";
}
.li-advance:before {
content: "\e910";
}
.li-link:before {
content: "\e911";
}
.li-setting:before {
content: "\e912";
}
.li-songlist:before {
content: "\e913";
}
.li-featured-list:before {
content: "\e914";
}
Loading

0 comments on commit 656f91d

Please sign in to comment.