diff --git a/package.json b/package.json index f15a8b5..1572281 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zy", - "version": "0.9.37", + "version": "1.0.0", "private": true, "author": { "name": "Hunlongyu", @@ -33,8 +33,8 @@ "vue": "^2.6.11", "vue-i18n": "^8.17.0", "vuex": "^3.1.3", - "xgplayer": "^2.6.20", - "xgplayer-hls.js": "^2.2.0" + "xgplayer": "^2.6.24", + "xgplayer-hls.js": "^2.2.2" }, "devDependencies": { "@vue/cli-plugin-babel": "~4.3.0", @@ -44,7 +44,7 @@ "@vue/eslint-config-standard": "^5.1.2", "babel-eslint": "^10.1.0", "babel-plugin-component": "^1.1.1", - "electron": "^8.2.5", + "electron": "^8.3.0", "eslint": "^6.7.2", "eslint-plugin-import": "^2.20.2", "eslint-plugin-node": "^11.1.0", diff --git a/src/background.js b/src/background.js index a07b24f..f335a70 100644 --- a/src/background.js +++ b/src/background.js @@ -9,8 +9,6 @@ import path from 'path' import { autoUpdater } from 'electron-updater' const isDevelopment = process.env.NODE_ENV !== 'production' -// Keep a global reference of the window object, if you don't, the window will -// be closed automatically when the JavaScript object is garbage collected. let win let mini diff --git a/src/locales/zh-cn.json b/src/locales/zh-cn.json index 59a49ca..5947d10 100644 --- a/src/locales/zh-cn.json +++ b/src/locales/zh-cn.json @@ -29,7 +29,7 @@ "sync": "同步", "total": "条数据", "website": "官网", - "issues": "内测反馈", + "issues": "反馈", "theme": "主题", "donate": "捐赠", "set_success": "设置成功。",