From 62846483fd6fca9f862905c3f74111d6e4914dac Mon Sep 17 00:00:00 2001 From: yj <1336058017@qq.com> Date: Tue, 25 Feb 2025 17:44:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index e80381f..c3ff590 100644 --- a/main.js +++ b/main.js @@ -74,7 +74,7 @@ let tray; // 检查网络状态 function checkNetworkStatus() { if (!net.isOnline()) { - dialog.showErrorBox('网络连接错误', '当前无网络连接,请检查您的网络设置。'); + dialog.showErrorBox('智汇享-网络连接错误', '当前无网络连接,请检查您的网络设置。'); app.quit(); return false; }