Skip to content

Commit

Permalink
bump v2.17.0, fix desktop compatible bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
listen1 committed Oct 28, 2020
1 parent 305283e commit e791039
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 7 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Listen 1 (Chrome Extension) V2.16.0
Listen 1 (Chrome Extension) V2.17.0
==========
(最后更新于2020年10月27日)

Expand Down Expand Up @@ -59,6 +59,9 @@ Firefox打包安装

更新日志
-------
`2020-10-28`
* 增加本地音乐(仅限桌面版)

`2020-10-27`
* 增加歌单搜索功能(暂时只支持网易云)
* 优化歌词显示
Expand Down
4 changes: 3 additions & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Listen 1 (Chrome Extension) V2.16.0
Listen 1 (Chrome Extension) V2.17.0
==========
(Last Update October 24th, 2020)

Expand Down Expand Up @@ -46,6 +46,8 @@ Install (Firefox)

Changelog
-------
`2020-10-28`
* add local music (desktop version only)

`2020-10-27`
* support search playlist (only for netease by now)
Expand Down
7 changes: 6 additions & 1 deletion css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ svg {
transition: all 0.3s;
}

.page .songdetail-wrapper .draggable-zone{
.page .songdetail-wrapper .draggable-zone {
position: absolute;
left: 0;
top: 0;
Expand All @@ -496,6 +496,11 @@ svg {
height: 80px;
}

.page .songdetail-wrapper.slidedown .draggable-zone {
display: none;
-webkit-app-region: no-drag;
}

.page .songdetail-wrapper .translate-switch {
border: solid 1px;
width: 20px;
Expand Down
2 changes: 1 addition & 1 deletion listen1.html
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ <h2> {{ backup.id }} {{backup.description}}</h2>
<p> Listen 1 {{_HOMEPAGE}}: <a open-url="'http://listen1.github.io/listen1/'"> http://listen1.github.io/listen1/ </a> </p>
<p> Listen 1 {{_EMAIL}}: [email protected] </p>
<p> {{_DESIGNER}}: iparanoid </p>
<p> {{_VERSION}}: 2.16.0 {{_LICENSE_NOTICE}}</p>
<p> {{_VERSION}}: 2.17.0 {{_LICENSE_NOTICE}}</p>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"webRequest",
"webRequestBlocking"
],
"version": "2.16.0",
"version": "2.17.0",
"web_accessible_resources": [
"images/*"
],
Expand Down
2 changes: 1 addition & 1 deletion manifest_firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"webRequest",
"webRequestBlocking"
],
"version": "2.16.0",
"version": "2.17.0",
"web_accessible_resources": [
"images/*"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "listen1_chrome_extension",
"version": "2.16.0",
"version": "2.17.0",
"description": "one for all free music in china",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e791039

Please sign in to comment.