Skip to content

Commit

Permalink
调整构建 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Stapxs committed Sep 5, 2024
1 parent 2bf3d6d commit ce5e58f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,9 @@ jobs:
release:
name: 发布构建结果
runs-on: ubuntu-latest
needs: build-electron
needs:
- build-root-web
- build-electron
steps:
# 下载构建结果
- name: Download Artifacts
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion src/function/msg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ const noticeFunctions = {
if (user)
userInfo.push({
txt: `<span>${user.nickname}</span>`,
isMe: true
isMe: false
})
}
})
Expand Down

0 comments on commit ce5e58f

Please sign in to comment.