改进导出 PDF 效果 Fix https://github.com/siyuan-note/siyuan/issues/7289
Windows 7/8 桌面端无法运行 Fix https://github.com/siyuan-note/siyuan/issues/7324
This commit is contained in:
Liang Ding 2023-02-10 17:04:37 +08:00
parent eb597e719d
commit 808c44f360
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
4 changed files with 65 additions and 140 deletions

View file

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

View file

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