Skip to content

Commit

Permalink
feat: update devtools field
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouYixun committed Oct 17, 2022
1 parent 77bc54a commit 08cae56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/entity/wirMessage.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ const (
type UrlItem struct {
Description string `json:"description"`
ID string `json:"id"`
Port int `json:"port"`
Title *string `json:"title"`
Type string `json:"type"`
Url *string `json:"url"`
Expand Down
1 change: 1 addition & 0 deletions src/webinspector/webkitDebugService.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ func (w *WebkitDebugService) GetOpenPages(port int) ([]entity.BundleItem, error)
var pageItem = &entity.UrlItem{
Description: "",
ID: pageID,
Port: port,
Title: page.PageWebTitle,
Type: "page",
Url: page.PageWebUrl,
Expand Down

0 comments on commit 08cae56

Please sign in to comment.