feat: 免密自动化安装

This commit is contained in:
余泓铮
2024-04-25 20:03:39 +08:00
parent dbc6c73863
commit 5ccc8d00aa
6 changed files with 239 additions and 5 deletions

View File

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