命令行改版

This commit is contained in:
2025-10-28 14:38:31 +08:00
parent 499425df7e
commit 15cf21e512
7 changed files with 318 additions and 56 deletions

View File

@@ -6,10 +6,10 @@
// 定义需要终止的进程关键词(与启动命令对应)
$processKeywords = [
'webman applysmstemp',
'webman birthdaygiftsms',
'webman rabborderprint',
'webman rabbproductupdate'
'applysmstemp.php',
'birthdaygiftsms.php',
'rabborderprint.php',
'rabbproductupdate.php'
];
echo "开始终止 Webman 进程...\n";