升級 electron 到 36.2.0

This commit is contained in:
philipz 2025-05-09 15:03:27 +08:00
parent 79e40bd06c
commit 26191f2997
7 changed files with 19 additions and 13 deletions

View File

@ -2,9 +2,9 @@ image:
file: .gitpod.dockerfile
tasks:
- before: nvm install 18.18.2 && nvm use 18.18.2
- before: nvm install 22.15.0 && nvm use 22.15.0
init: npm install
command: npm run start-server
command: npm run start-electron
ports:
- port: 8080

View File

@ -63,7 +63,7 @@ Trilium 也提供 Flatpak
```
npm install
npm run start-server
npm run start-electron
```
## 致谢

View File

@ -74,7 +74,7 @@ Usa un ambiente di sviluppo basato su browser
O clona localmente ed esegui
```
npm install
npm run start-server
npm run start-electron
```
## 📢 Riconoscimenti

View File

@ -64,7 +64,7 @@ Trilium は Flatpak としても提供されます:
または、ローカルにクローンして実行
```
npm install
npm run start-server
npm run start-electron
```
## 📢 シャウトアウト

View File

@ -71,7 +71,13 @@ Use a browser based dev environment
Or clone locally and run
```
npm install
npm run start-server
npm run start-electron
```
About better-sqlite3 rebuild command
```
npx electron-rebuild -f -w better-sqlite3
npm rebuild better-sqlite3
```
## 📢 Shoutouts

View File

@ -53,7 +53,7 @@ Trilium предоставляется в виде десктопного при
Или склонируйте на своё устройство и запустите
```
npm install
npm run start-server
npm run start-electron
```
## Благодарности

View File

@ -41,7 +41,7 @@
"archiver": "7.0.0",
"async-mutex": "0.4.1",
"axios": "1.6.7",
"better-sqlite3": "9.2.2",
"better-sqlite3": "^11.10.0",
"boxicons": "2.1.4",
"chokidar": "3.6.0",
"cls-hooked": "4.2.2",
@ -81,7 +81,7 @@
"mermaid": "10.9.0",
"mime-types": "2.1.35",
"multer": "1.4.5-lts.1",
"node-abi": "3.56.0",
"node-abi": "4.8.0",
"normalize-strings": "1.1.1",
"open": "8.4.1",
"panzoom": "9.4.3",
@ -112,7 +112,7 @@
"devDependencies": {
"@electron/rebuild": "^3.6.2",
"cross-env": "7.0.3",
"electron": "28.2.7",
"electron": "36.2.0",
"electron-builder": "24.13.3",
"electron-packager": "17.1.2",
"esm": "3.2.25",