diff --git a/ElectronJS/config.json b/ElectronJS/config.json index 1a370f8b..2a7366dd 100644 --- a/ElectronJS/config.json +++ b/ElectronJS/config.json @@ -1,7 +1 @@ -{ - "webserver_address": "http://localhost", - "webserver_port": 8074, - "user_data_folder": "./user_data", - "debug": true, - "absolute_user_data_folder": "D:\\Document\\Projects\\EasySpider\\ElectronJS\\user_data" -} +{"webserver_address":"http://localhost","webserver_port":8074,"user_data_folder":"./user_data","debug":true,"absolute_user_data_folder":"D:\\Document\\Projects\\EasySpider\\ElectronJS\\user_data"} \ No newline at end of file diff --git a/ElectronJS/main.js b/ElectronJS/main.js index 0b0c343f..b6b7fbac 100644 --- a/ElectronJS/main.js +++ b/ElectronJS/main.js @@ -457,7 +457,7 @@ function handleOpenBrowser(event, lang = "en", user_data_folder = "", mobile = f runBrowser(lang, user_data_folder, mobile); let size = screen.getPrimaryDisplay().workAreaSize; let width = parseInt(size.width); - let height = parseInt(size.height * 0.65); + let height = parseInt(size.height * 0.6); flowchart_window = new BrowserWindow({ x: 0, y: 0, diff --git a/ElectronJS/src/taskGrid/FlowChart_CN.html b/ElectronJS/src/taskGrid/FlowChart_CN.html index 9f0594cc..d2a5cb96 100644 --- a/ElectronJS/src/taskGrid/FlowChart_CN.html +++ b/ElectronJS/src/taskGrid/FlowChart_CN.html @@ -513,25 +513,33 @@