fix dialog data field not submit bug, bump 1.5.1
This commit is contained in:
parent
032314be0f
commit
06be2c7ea6
@ -1,4 +1,4 @@
|
||||
Listen 1 (Chrome Extension) V1.5.0
|
||||
Listen 1 (Chrome Extension) V1.5.1
|
||||
==========
|
||||
(最后更新于2018年02月18日)
|
||||
|
||||
@ -47,6 +47,7 @@ Firefox打包安装
|
||||
|
||||
`2018-02-18`
|
||||
|
||||
* 修复无法创建歌单的bug
|
||||
* 增加歌曲主页,点击封面可进入(特别感谢@iparanoid提供歌曲页面UI设计)
|
||||
|
||||
`2018-02-15`
|
||||
|
@ -42,8 +42,8 @@
|
||||
|
||||
</head>
|
||||
|
||||
<body ng-controller="NavigationController">
|
||||
<div ng-controller="PlayController as playCtrl" ng-init="loadLocalSettings()">
|
||||
<body ng-controller="PlayController as playCtrl" ng-init="loadLocalSettings()">
|
||||
<div ng-controller="NavigationController">
|
||||
<!-- dialog -->
|
||||
<div class="shadow" ng-hide="is_dialog_hidden==1"></div>
|
||||
<div class="dialog" ng-hide="is_dialog_hidden==1" ng-style="myStyle">
|
||||
@ -351,7 +351,7 @@
|
||||
<div class="settings-content">
|
||||
<p> Listen 1 主页: <a href="http://listen1.github.io/listen1/" target="_blank"> http://listen1.github.io/listen1/ </a> </p>
|
||||
<p> Listen 1 邮箱: githublisten1@gmail.com </p>
|
||||
<p> 当前版本 1.5.0 (本软件基于MIT协议开源免费)</p>
|
||||
<p> 当前版本 1.5.1 (本软件基于MIT协议开源免费)</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -15,7 +15,7 @@
|
||||
"manifest_version": 2,
|
||||
"name": "Listen 1",
|
||||
"permissions": [ "notifications", "unlimitedStorage", "downloads", "storage", "contextMenus", "tabs", "*://music.163.com/*", "*://*.xiami.com/*", "*://*.qq.com/*", "*://api.github.com/*", "*://github.com/*", "webRequest", "webRequestBlocking"],
|
||||
"version": "1.5.0",
|
||||
"version": "1.5.1",
|
||||
"web_accessible_resources": [ "images/*" ],
|
||||
"content_scripts": [{
|
||||
"matches": ["https://listen1.github.io/listen1/*"],
|
||||
|
@ -21,7 +21,7 @@
|
||||
"manifest_version": 2,
|
||||
"name": "Listen 1",
|
||||
"permissions": [ "notifications", "unlimitedStorage", "downloads", "storage", "contextMenus", "tabs", "*://music.163.com/*", "*://*.xiami.com/*", "*://*.qq.com/*", "*://api.github.com/*", "*://github.com/*", "webRequest", "webRequestBlocking"],
|
||||
"version": "1.5.0",
|
||||
"version": "1.5.1",
|
||||
"web_accessible_resources": [ "images/*" ],
|
||||
"content_scripts": [{
|
||||
"matches": ["https://listen1.github.io/listen1/*"],
|
||||
|
Loading…
Reference in New Issue
Block a user