Skip to content

Commit

Permalink
Merge pull request #20 from gnehs/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
gnehs authored Aug 14, 2018
2 parents 9e67cf7 + 5fe408c commit 75f4733
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ app.get('/cover/:type/:info', async(req, res) => {
//專輯
var info = pp_decode(req.params.info)
url += info
console.log(info)
break;
}
rProxy(req, res, url)
Expand Down
3 changes: 1 addition & 2 deletions js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ songList = [];
const lrc = new Lyrics(`[00:00.000]`);
const socket = io();
socket.on("hello", () => {
console.log('hello')
//console.log('hello')
socket.emit('login')
});
// 初始化播放器
Expand Down Expand Up @@ -886,7 +886,6 @@ async function showSettings() {
});
})
$("#PP_bg [data-src]").click(function() {
console.log($(this).attr('data-src'))
let name = $(this).text()
let src = $(this).attr('data-src')
window.localStorage["randomImg"] = src
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": "pokaplayer",
"version": "0.6.8",
"version": "0.6.10",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 75f4733

Please sign in to comment.