Skip to content

Commit

Permalink
Merge pull request #691 from Hi-Windom/v0.32
Browse files Browse the repository at this point in the history
V0.32
  • Loading branch information
Soltus authored May 4, 2024
2 parents 7ee1407 + e4178f9 commit d2721ac
Show file tree
Hide file tree
Showing 30 changed files with 753 additions and 587 deletions.
6 changes: 3 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ Install pnpm: `npm install -g pnpm`

Set the Electron mirror environment variable and install Electron:

* macOS/Linux: `ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ pnpm install electron@30.0.1 -D`
* macOS/Linux: `ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ pnpm install electron@28.3.1 -D`
* Windows:
* `SET ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/`
* `pnpm install electron@30.0.1 -D`
* `pnpm install electron@28.3.1 -D`

NPM mirror:

Expand All @@ -30,7 +30,7 @@ NPM mirror:

On the desktop, go to the app folder to run:

* `pnpm install electron@30.0.1 -D`
* `pnpm install electron@28.3.1 -D`
* `pnpm run dev`
* `pnpm run start`

Expand Down
6 changes: 3 additions & 3 deletions .github/CONTRIBUTING_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@

* macOS/Linux:
```
ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ pnpm install electron@30.0.1 -D
ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ pnpm install electron@28.3.1 -D
```
* Windows:
* `SET ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/`
* `pnpm install electron@30.0.1 -D`
* `pnpm install electron@28.3.1 -D`

NPM 镜像:

Expand All @@ -32,7 +32,7 @@ NPM 镜像:

桌面端进入 app 文件夹运行:

* `pnpm install electron@30.0.1 -D`
* `pnpm install electron@28.3.1 -D`
* `pnpm run dev`
* `pnpm run start`

Expand Down
7 changes: 7 additions & 0 deletions .vscode/PackageJsonMapping.sillot.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"Sillot (工作区)": [
"a:\\Github\\Hi-Windom\\Sillot\\.vscode\\extensions\\Sillot\\package.json",
"a:\\Github\\Hi-Windom\\Sillot\\app\\package.json",
"a:\\Github\\Hi-Windom\\Sillot\\docs\\starlight\\package.json",
],
}
Loading

0 comments on commit d2721ac

Please sign in to comment.