Update auto-check config and stress modules

This commit is contained in:
12600k-rog-d4
2026-08-20 08:09:01 +08:00
parent 2aaaa16ae2
commit 22f6c40705
7 changed files with 164 additions and 169 deletions

View File

@@ -81,7 +81,7 @@ func isNoiseLine(line string) bool {
return true
}
}
// 某些横幅是 "Could: command not found" 这类由前面噪声行生,
// 某些横幅是 "Could: command not found" 这类由前面噪声行生,
// 形如 "xxx: command not found" 且前半段是噪声关键词的也过滤
if strings.Contains(s, ": command not found") {
return true