diff --git a/package.json b/package.json index c1daf35..3e3f320 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@vue/eslint-config-standard": "^5.1.2", "babel-eslint": "^10.1.0", "babel-plugin-component": "^1.1.1", - "electron": "^8.0.0", + "electron": "^8.2.1", "eslint": "^6.7.2", "eslint-plugin-import": "^2.20.2", "eslint-plugin-node": "^11.1.0", diff --git a/src/App.vue b/src/App.vue index 255c813..4dd9880 100644 --- a/src/App.vue +++ b/src/App.vue @@ -5,6 +5,7 @@ diff --git a/src/components/Detail.vue b/src/components/Detail.vue index 0feceea..e51848d 100644 --- a/src/components/Detail.vue +++ b/src/components/Detail.vue @@ -36,7 +36,7 @@ @@ -33,12 +33,6 @@ export default { margin-left: 10px; cursor: pointer; opacity: 0.5; - &.min{ - background-color: #ffbe2a; - } - &.close{ - background-color: #ff5f56; - } &:hover{ animation: heartbeat 3s ease-in-out infinite both; } diff --git a/src/components/Play.vue b/src/components/Play.vue index 00f3f72..d79edae 100644 --- a/src/components/Play.vue +++ b/src/components/Play.vue @@ -338,8 +338,8 @@ export default { }) }, topEvent () { - ipc.send('top') - this.checkTop() + // ipc.send('top') + // this.checkTop() }, detailEvent () { this.detail = { diff --git a/src/components/Share.vue b/src/components/Share.vue index 6be4693..270583a 100644 --- a/src/components/Share.vue +++ b/src/components/Share.vue @@ -19,9 +19,9 @@