This commit is contained in:
Daniel 2025-08-29 22:17:58 +08:00
parent 6c1156afc8
commit 0c295a9177
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 3521 additions and 2793 deletions

View file

@ -14,10 +14,10 @@ Install pnpm: `npm install -g pnpm@10.15.0`
Set the Electron mirror environment variable and install Electron:
* macOS/Linux: `ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ pnpm install electron@37.3.1 -D`
* macOS/Linux: `ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ pnpm install electron@37.4.0 -D`
* Windows:
* `SET ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/`
* `pnpm install electron@37.3.1 -D`
* `pnpm install electron@37.4.0 -D`
NPM mirror:
@ -27,7 +27,7 @@ NPM mirror:
Enter the app folder and execute:
* `pnpm install electron@37.3.1 -D`
* `pnpm install electron@37.4.0 -D`
* `pnpm run dev`
* `pnpm run start`

View file

@ -14,10 +14,10 @@
设置 Electron 镜像环境变量并安装 Electron
* macOS/Linux`ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ pnpm install electron@37.3.1 -D`
* macOS/Linux`ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ pnpm install electron@37.4.0 -D`
* Windows
* `SET ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/`
* `pnpm install electron@37.3.1 -D`
* `pnpm install electron@37.4.0 -D`
NPM 镜像:
@ -27,7 +27,7 @@ NPM 镜像:
进入 app 文件夹执行:
* `pnpm install electron@37.3.1 -D`
* `pnpm install electron@37.4.0 -D`
* `pnpm run dev`
* `pnpm run start`

View file

@ -58,7 +58,7 @@
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^7.1.2",
"dayjs": "^1.11.5",
"electron": "37.3.1",
"electron": "37.4.0",
"electron-builder": "26.0.12",
"encoding": "^0.1.13",
"esbuild-loader": "^3.0.1",

6300
app/pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff