🥗 发布内测版本

This commit is contained in:
hunlongyu
2020-04-28 11:20:52 +08:00
parent 22c471332d
commit ed8ceffd9c
3 changed files with 3 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "zyplayer",
"version": "1.0.0",
"version": "0.9.9",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",

View File

@@ -19,7 +19,7 @@ protocol.registerSchemesAsPrivileged([{ scheme: 'app', privileges: { secure: tru
function createWindow () {
win = new BrowserWindow({
width: 1080,
width: 1680,
height: 720,
frame: false,
resizable: true,

View File

@@ -2,10 +2,7 @@
<div class="setting">
<div class="setting-box zy-scroll" v-if="show.setting">
<div class="logo"><img src="@/assets/image/logo.png"></div>
<div class="info">
<a @click="linkOpen('https://github.com/Hunlongyu/ZY-Player')">{{$t('website')}}</a>
<a @click="linkOpen('https://github.com/Hunlongyu/ZY-Player/issues')">{{$t('issues')}}</a>
</div>
<div class="info"><a href="https://github.com/Hunlongyu/ZY-Player">{{$t('website')}}</a><a href="https://github.com/Hunlongyu/ZY-Player/issues">{{$t('issues')}}</a></div>
<div class="change">
<div class="zy-select" @mouseleave="show.language = false">
<div class="vs-placeholder" @click="show.language = true">{{$t('language')}}</div>
@@ -56,7 +53,6 @@ import { mapMutations } from 'vuex'
import setting from '../lib/dexie/setting'
import { sites } from '../lib/site/sites'
import '../lib/cloud/index.js'
import { shell } from 'electron'
export default {
name: 'setting',
data () {
@@ -108,9 +104,6 @@ export default {
},
methods: {
...mapMutations(['SET_THEME', 'SET_LANGUAGE', 'SET_SITE']),
linkOpen (e) {
shell.openExternal(e)
},
languageClick (e) {
this.language = e
this.show.language = false
@@ -176,7 +169,6 @@ export default {
text-decoration: none;
margin: 0 10px;
font-size: 14px;
cursor: pointer;
}
}
.change{