Skip to content
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
KinoriN committed Jan 4, 2020
1 parent cc524eb commit b9db1d1
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 5 deletions.
25 changes: 24 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bili-dd-monitor",
"version": "0.0.13",
"version": "0.0.14",
"author": "kinori",
"scripts": {
"ng": "ng",
Expand Down Expand Up @@ -77,8 +77,8 @@
"output": "build"
},
"releaseInfo": {
"releaseName": "0.0.13",
"releaseNotes": "轮播不在显示为直播,可以设置启动时是否提醒正在进行的直播"
"releaseName": "0.0.14",
"releaseNotes": "点击上播提醒可跳转到直播间"
},
"win": {
"icon": "./public/icon256.ico"
Expand Down
2 changes: 1 addition & 1 deletion projects/app/src/app/services/notice.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export class NoticeService {
actions: [],
})
notification.onclick = () => {

this.electron.ipcRenderer.send('showPlayer', vtbInfo.roomid);
}
})
}
Expand Down

0 comments on commit b9db1d1

Please sign in to comment.