From 0d7c2f2a7c920a46b5e2c00d75c6bf199312bbbb Mon Sep 17 00:00:00 2001 From: open_ww3_project Date: Tue, 3 Feb 2026 23:38:30 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=A6=82=E6=9E=9C=E4=BB=80?= =?UTF-8?q?=E4=B9=88=E9=83=BD=E6=B2=A1=E8=BE=93=E5=85=A5=E5=B0=B1=E8=BE=93?= =?UTF-8?q?=E5=87=BA=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: open_ww3_project --- windows/main.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/windows/main.py b/windows/main.py index 9c85afb..df767ed 100644 --- a/windows/main.py +++ b/windows/main.py @@ -5,6 +5,9 @@ import sys import os # 设定 +if len(sys.argv) > 1: + subprocess.run("python.exe .\\command\\help.py", shell=True) + if len(sys.argv) > 1: command = sys.argv[1]