From 05cd50796f500c7acea21e7a73da6a10eaf02d0a Mon Sep 17 00:00:00 2001 From: TYt50 <106930118+TYt50@users.noreply.github.com> Date: Sun, 1 Feb 2026 15:19:42 +0800 Subject: [PATCH] Remove Chinese comments from start.vbs --- start.vbs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/start.vbs b/start.vbs index a8982c1..f1ebf60 100644 --- a/start.vbs +++ b/start.vbs @@ -1,4 +1,3 @@ Set WshShell = CreateObject("WScript.Shell") -' 隐藏黑窗口启动程序 -' 使用电子核心程序直接运行,避免 npm 带来的额外进程残留 +' Run the application hidden without a terminal window WshShell.Run ".\node_modules\electron\dist\electron.exe .", 0, False