feat: merge install version

This commit is contained in:
余泓铮
2024-08-06 14:48:40 +08:00
10 changed files with 249 additions and 16 deletions

View File

@@ -2,6 +2,7 @@ package uixt
import (
"bytes"
"io"
"math"
"strings"
"time"
@@ -504,6 +505,8 @@ type Device interface {
StartPcap() error
StopPcap() string
Install(app io.ReadSeeker, opts InstallOptions) error
}
type ForegroundApp struct {