mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-09 23:10:20 +08:00
chore: update electron to 37.4.0 (#9692)
* update electron to 37.4.0 * change setBackgroundMaterial to auto * update
This commit is contained in:
parent
c5e746b6c6
commit
e1b6e46b2f
@ -185,7 +185,7 @@
|
|||||||
"diff": "^8.0.2",
|
"diff": "^8.0.2",
|
||||||
"docx": "^9.0.2",
|
"docx": "^9.0.2",
|
||||||
"dotenv-cli": "^7.4.2",
|
"dotenv-cli": "^7.4.2",
|
||||||
"electron": "37.3.1",
|
"electron": "37.4.0",
|
||||||
"electron-builder": "26.0.15",
|
"electron-builder": "26.0.15",
|
||||||
"electron-devtools-installer": "^3.2.0",
|
"electron-devtools-installer": "^3.2.0",
|
||||||
"electron-store": "^8.2.0",
|
"electron-store": "^8.2.0",
|
||||||
|
|||||||
@ -416,7 +416,6 @@ export class SelectionService {
|
|||||||
hasShadow: false,
|
hasShadow: false,
|
||||||
thickFrame: false,
|
thickFrame: false,
|
||||||
roundedCorners: true,
|
roundedCorners: true,
|
||||||
backgroundMaterial: 'none',
|
|
||||||
|
|
||||||
// Platform specific settings
|
// Platform specific settings
|
||||||
// [macOS] DO NOT set focusable to false, it will make other windows bring to front together
|
// [macOS] DO NOT set focusable to false, it will make other windows bring to front together
|
||||||
|
|||||||
10
yarn.lock
10
yarn.lock
@ -8782,7 +8782,7 @@ __metadata:
|
|||||||
diff: "npm:^8.0.2"
|
diff: "npm:^8.0.2"
|
||||||
docx: "npm:^9.0.2"
|
docx: "npm:^9.0.2"
|
||||||
dotenv-cli: "npm:^7.4.2"
|
dotenv-cli: "npm:^7.4.2"
|
||||||
electron: "npm:37.3.1"
|
electron: "npm:37.4.0"
|
||||||
electron-builder: "npm:26.0.15"
|
electron-builder: "npm:26.0.15"
|
||||||
electron-devtools-installer: "npm:^3.2.0"
|
electron-devtools-installer: "npm:^3.2.0"
|
||||||
electron-store: "npm:^8.2.0"
|
electron-store: "npm:^8.2.0"
|
||||||
@ -11933,16 +11933,16 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"electron@npm:37.3.1":
|
"electron@npm:37.4.0":
|
||||||
version: 37.3.1
|
version: 37.4.0
|
||||||
resolution: "electron@npm:37.3.1"
|
resolution: "electron@npm:37.4.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@electron/get": "npm:^2.0.0"
|
"@electron/get": "npm:^2.0.0"
|
||||||
"@types/node": "npm:^22.7.7"
|
"@types/node": "npm:^22.7.7"
|
||||||
extract-zip: "npm:^2.0.1"
|
extract-zip: "npm:^2.0.1"
|
||||||
bin:
|
bin:
|
||||||
electron: cli.js
|
electron: cli.js
|
||||||
checksum: 10c0/1b171804646f229768c29413629b70b968c4c06686913b69e8615da09c58d63a95817021c31ed3c3bdbba0ad360ad4469773b9dda2662884d7df2866559f95f1
|
checksum: 10c0/92a0c41190e234d302bc612af6cce9af08cd07f6699c1ff21a9365297e73dc9d88c6c4c25ddabf352447e3e555878d2ab0f2f31a14e210dda6de74d2787ff323
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user