This commit is contained in:
Hunlongyu
2020-02-13 20:42:06 +08:00
parent 8bee55f706
commit ee1fb8fbe5
5 changed files with 15 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "zy",
"version": "0.8.10",
"version": "0.8.16",
"author": "Hunlongyu",
"description": "ZY Player 资源播放器",
"private": true,

View File

@@ -101,7 +101,6 @@ html,body{
}
#app{
height: 100%;
user-select: none;
.Header{
display: flex;
justify-content: flex-end;
@@ -136,6 +135,7 @@ html,body{
.Main{
height: 100%;
overflow: hidden;
user-select: none;
}
}
</style>

View File

@@ -78,14 +78,14 @@ export default Vue.extend({
},
created () {
this.getDetailEvent()
},
mounted () {}
}
})
</script>
<style lang="scss">
.detail{
box-sizing: border-box;
padding: 0 60px;
user-select: auto;
.detail-box{
width: 100%;
.box{

View File

@@ -133,8 +133,7 @@ export default Vue.extend({
this.video = e
}
}
},
created () {}
}
})
</script>
<style lang="scss" scoped>

View File

@@ -3,7 +3,16 @@ module.exports = {
electronBuilder: {
builderOptions: {
win: {
icon: './build/icons/icon.ico'
icon: './build/icons/icon.ico',
target: [
{
target: 'nsis',
arch: [
'ia32',
'x64'
]
}
]
},
productName: 'ZY Player',
publish: [{