This commit is contained in:
Daniel 2024-09-14 11:49:35 +08:00
parent 8ae79ed363
commit 1eda4a06c5
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 1254 additions and 94 deletions

View file

@ -14,10 +14,10 @@ Install pnpm: `npm install -g pnpm@9.1.1`
Set the Electron mirror environment variable and install Electron:
* macOS/Linux: `ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ pnpm install electron@v30.4.0 -D`
* macOS/Linux: `ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ pnpm install electron@v30.5.1 -D`
* Windows:
* `SET ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/`
* `pnpm install electron@v30.4.0 -D`
* `pnpm install electron@v30.5.1 -D`
NPM mirror:
@ -28,7 +28,7 @@ NPM mirror:
On the desktop, go to the app folder to run:
* `pnpm install electron@v30.4.0 -D`
* `pnpm install electron@v30.5.1 -D`
* `pnpm run dev`
* `pnpm run start`

View file

@ -16,11 +16,11 @@
* macOS/Linux:
```
ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ pnpm install electron@v30.4.0 -D
ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ pnpm install electron@v30.5.1 -D
```
* Windows:
* `SET ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/`
* `pnpm install electron@v30.4.0 -D`
* `pnpm install electron@v30.5.1 -D`
NPM 镜像:
@ -30,7 +30,7 @@ NPM 镜像:
桌面端进入 app 文件夹运行:
* `pnpm install electron@v30.4.0 -D`
* `pnpm install electron@v30.5.1 -D`
* `pnpm run dev`
* `pnpm run start`

View file

@ -55,8 +55,8 @@
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.7.1",
"dayjs": "^1.11.5",
"electron": "30.4.0",
"electron-builder": "24.9.1",
"electron": "30.5.1",
"electron-builder": "24.13.3",
"encoding": "^0.1.13",
"esbuild-loader": "^3.0.1",
"eslint": "^8.19.0",

1332
app/pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff