Skip to content

Commit

Permalink
[error] fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiram committed Feb 6, 2025
1 parent f9dd54d commit eff824f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 'latest'
cache: 'yarn'
# cache: 'yarn'

- name: Build/release Electron app
uses: samuelmeuli/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,11 @@
code .
[5] 修改代码
[6] 安装依赖包
pnpm install
yarn
[7] 全局安装electron-vite框架
pnpm add electron-vite -D
yarn add electron-vite -D
[8] 打包编译发布
pnpm run build:win[mac|linux]
yarn build:win[mac|linux]
ps:
- 同步库说明
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zyfun",
"version": "3.3.10-beta.20250204",
"version": "3.3.10-beta.20250206",
"description": "zyfun client",
"main": "./out/main/index.js",
"repository": {
Expand Down Expand Up @@ -49,7 +49,7 @@
"@electron/remote": "^2.1.2",
"npm": "6.14.18",
"pglite-server": "^0.1.4",
"puppeteer-core": "^24.1.1",
"puppeteer-core": "^24.2.0",
"puppeteer-in-electron": "^3.0.5",
"sync-fetch": "^0.6.0-2",
"sync-request": "^6.1.0",
Expand Down Expand Up @@ -93,8 +93,8 @@
"depcheck": "^1.4.7",
"dplayer": "^1.27.1",
"drizzle-kit": "^0.30.4",
"drizzle-orm": "^0.39.1",
"electron": "^34.0.2",
"drizzle-orm": "^0.39.2",
"electron": "^34.1.0",
"electron-builder": "^25.1.8",
"electron-localshortcut": "^3.2.1",
"electron-log": "^5.3.0",
Expand Down Expand Up @@ -143,7 +143,7 @@
"node-rsa": "^1.1.1",
"nplayer": "^1.0.15",
"npm-check-updates": "^17.1.14",
"openai": "^4.82.0",
"openai": "^4.83.0",
"ora": "^8.2.0",
"p-queue": "^8.1.0",
"pako": "^2.1.0",
Expand All @@ -152,7 +152,7 @@
"prettier": "^3.4.2",
"qrcode.vue": "^3.6.0",
"resize-observer-polyfill": "^1.5.1",
"shaka-player": "^4.13.1",
"shaka-player": "^4.13.2",
"sm-crypto": "^0.3.13",
"smooth-scrollbar": "^8.8.4",
"stylelint": "^16.14.1",
Expand All @@ -164,7 +164,7 @@
"unplugin-vue-components": "^28.0.0",
"uuid": "^11.0.5",
"v3-infinite-loading": "^1.3.2",
"vite": "^6.0.11",
"vite": "^6.1.0",
"vite-plugin-vue-devtools": "^7.7.1",
"vite-svg-loader": "^5.1.0",
"vue": "^3.5.13",
Expand Down

0 comments on commit eff824f

Please sign in to comment.