optimize hrp summary popup info

This commit is contained in:
buyuxiang
2023-08-27 12:09:22 +08:00
parent 7aacb36b2e
commit c611a84aaa
9 changed files with 129 additions and 79 deletions

View File

@@ -6,8 +6,6 @@ import (
"time"
"github.com/httprunner/funplugin"
"github.com/httprunner/httprunner/v4/hrp/internal/builtin"
)
var (
@@ -436,10 +434,6 @@ type PointF struct {
Y float64 `json:"y"`
}
func (p PointF) IsOriginal() bool {
return builtin.IsZeroFloat64(p.X) && builtin.IsZeroFloat64(p.Y)
}
type Rect struct {
Point
Size