物联网软件

This commit is contained in:
BBIT-Kai
2026-02-04 14:02:57 +08:00
parent 646e312a4c
commit 1c11f3f06c
28 changed files with 4526 additions and 271 deletions
@@ -8,4 +8,8 @@ type MainProgramStarter interface {
Start(targetExe string) error
GetMainName() string
IsProcessRunning(pid int) (bool, error)
KillProcess(pid int) error
}