diff --git a/.github/workflows/build-app.yml b/.github/workflows/build-app.yml index c7a22a8a..eed3e0aa 100644 --- a/.github/workflows/build-app.yml +++ b/.github/workflows/build-app.yml @@ -61,7 +61,7 @@ jobs: - name: Load Node.js uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 16.x # 更新依赖 - name: Install run: yarn @@ -104,7 +104,7 @@ jobs: - name: Load Node.js uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 16.x # 更新依赖 - name: Install run: yarn diff --git a/package.json b/package.json index 0e6f6e81..5155d9b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stapxs-qq-lite", - "version": "2.6.6", + "version": "2.6.7", "private": false, "author": "Stapx Steve [林槐]", "description": "一个兼容 oicq-http 的非官方网页版 QQ 客户端,使用 Vue 重制的全新版本。", @@ -13,7 +13,6 @@ "postinstall": "electron-builder install-app-deps", "postuninstall": "electron-builder install-app-deps" }, - "main": "background.js", "dependencies": { "@bitprojects/umami-logger-typescript": "^1.0.10", "@jakejarrett/gtk-theme": "^2.0.1", @@ -59,11 +58,11 @@ "@vue/cli-service": "~5.0.0", "@vue/eslint-config-typescript": "^9.1.0", "child_process": "^1.0.2", - "electron": "^20.0.0", - "electron-devtools-installer": "^3.1.0", + "electron": "^27.0.0", + "electron-devtools-installer": "^3.2.0", "eslint": "^7.32.0", "eslint-plugin-vue": "^8.0.3", "typescript": "~4.5.5", - "vue-cli-plugin-electron-builder": "~2.1.1" + "vue-cli-plugin-electron-builder": "^3.0.0-alpha.4" } } diff --git a/src/App.vue b/src/App.vue index c4cb1bda..bf531c39 100644 --- a/src/App.vue +++ b/src/App.vue @@ -43,7 +43,7 @@ d="M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z" /> -