mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-06-30 00:26:10 +08:00
v0.8.16
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "zy",
|
||||
"version": "0.8.10",
|
||||
"version": "0.8.16",
|
||||
"author": "Hunlongyu",
|
||||
"description": "ZY Player 资源播放器",
|
||||
"private": true,
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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{
|
||||
|
||||
@@ -133,8 +133,7 @@ export default Vue.extend({
|
||||
this.video = e
|
||||
}
|
||||
}
|
||||
},
|
||||
created () {}
|
||||
}
|
||||
})
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
|
||||
@@ -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: [{
|
||||
|
||||
Reference in New Issue
Block a user