feat: 支持模拟进入页行为

This commit is contained in:
Mmx233
2024-01-01 15:30:10 +08:00
parent 3d812a361f
commit b0f042775e
3 changed files with 65 additions and 6 deletions

View File

@@ -145,3 +145,7 @@ func (c Srun) DoLogin(clientIP string) error {
func (c Srun) DetectAcid() (string, error) {
return c.api.DetectAcid()
}
func (c Srun) Reality(addr string, acid bool) (string, bool, error) {
return c.api.Reality(addr, acid)
}