File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- @import ' ./color-schemes/_dark' ;
1
+ // @import './color-schemes/_dark';
2
2
// @import './color-schemes/_default';
3
- // @import './color-schemes/_light';
3
+ @import ' ./color-schemes/_light' ;
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ protocol.registerSchemesAsPrivileged([
10
10
async function createWindow ( ) {
11
11
Menu . setApplicationMenu ( null )
12
12
const win = new BrowserWindow ( {
13
- width : isDevelopment ? 1560 : 1060 ,
14
- // width: 1060,
13
+ // width: isDevelopment ? 1560 : 1060,
14
+ width : 1060 ,
15
15
height : 640 ,
16
16
fullscreenable : false , // 是否允许全屏
17
17
backgroundColor : '#00000000' , // 背景颜色
@@ -22,8 +22,8 @@ async function createWindow() {
22
22
autoHideMenuBar : true ,
23
23
title : '听青' ,
24
24
webPreferences : {
25
- devTools : isDevelopment ,
26
- // devTools: false,
25
+ // devTools: isDevelopment,
26
+ devTools : false ,
27
27
webSecurity : false , //跨域限制
28
28
contextIsolation : false ,
29
29
enableRemoteModule : true ,
You can’t perform that action at this time.
0 commit comments