feat: add uixt tool terminate_app

This commit is contained in:
lilong.129
2025-05-21 16:42:53 +08:00
parent 03553a4962
commit 0d6a37ecef
4 changed files with 38 additions and 6 deletions

View File

@@ -23,6 +23,6 @@ type AppLaunchRequest struct {
PackageName string `json:"packageName" binding:"required" desc:"The package name of the app to launch"`
}
type AppTerminalRequest struct {
PackageName string `json:"packageName" binding:"required"`
type AppTerminateRequest struct {
PackageName string `json:"packageName" binding:"required" desc:"The package name of the app to terminate"`
}