diff --git a/.github/workflows/build-app.yml b/.github/workflows/build-app.yml index 965a481..4341c14 100644 --- a/.github/workflows/build-app.yml +++ b/.github/workflows/build-app.yml @@ -152,7 +152,9 @@ jobs: release: name: 发布构建结果 runs-on: ubuntu-latest - needs: build-electron + needs: + - build-root-web + - build-electron steps: # 下载构建结果 - name: Download Artifacts diff --git a/package.json b/package.json index db4cd90..2758cd3 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "electron-devtools-installer": "^3.2.0", "eslint": "^7.32.0", "eslint-plugin-vue": "^8.0.3", - "typescript": "~4.5.5", + "typescript": "^4.5.5", "vue-cli-plugin-electron-builder": "^3.0.0-alpha.4" } } diff --git a/src/function/msg.ts b/src/function/msg.ts index 15a7c4f..9786365 100644 --- a/src/function/msg.ts +++ b/src/function/msg.ts @@ -203,7 +203,7 @@ const noticeFunctions = { if (user) userInfo.push({ txt: `${user.nickname}`, - isMe: true + isMe: false }) } })