From 495e98d052d61aab91bce997a717f527f2379449 Mon Sep 17 00:00:00 2001 From: naibo Date: Mon, 10 Jul 2023 11:13:48 +0800 Subject: [PATCH] Fit Windows --- ElectronJS/src/taskGrid/invokeTask.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElectronJS/src/taskGrid/invokeTask.html b/ElectronJS/src/taskGrid/invokeTask.html index 1f5428c..e190d11 100644 --- a/ElectronJS/src/taskGrid/invokeTask.html +++ b/ElectronJS/src/taskGrid/invokeTask.html @@ -505,7 +505,7 @@ }; ws.onmessage = function(message){ message = JSON.parse(message.data); - app.$data.config_folder = message.config_folder; + app.$data.config_folder = message.config_folder.replaceAll("\\","/"); app.$data.easyspider_location = message.easyspider_location.replace("/EasySpider.app/",""); } ws.onclose = function () {