add manual doctors

This commit is contained in:
crazywhalecc
2023-06-28 18:38:14 +08:00
parent fdf36ad726
commit b852471596
5 changed files with 44 additions and 30 deletions

View File

@@ -12,7 +12,8 @@ class AsCheckItem
public function __construct(
public string $item_name,
public ?string $limit_os = null,
public int $level = 100
public int $level = 100,
public bool $manual = false,
) {
}
}