节点中实现重写规则

This commit is contained in:
刘祥超
2020-09-28 18:22:29 +08:00
parent d553757614
commit 4fac83b66c
4 changed files with 25 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ func (this *UpdatePopupAction) RunPost(params struct {
Mode string
RedirectStatus int
ProxyHost string
WithQuery bool
IsBreak bool
IsOn bool
@@ -81,6 +82,7 @@ func (this *UpdatePopupAction) RunPost(params struct {
Mode: params.Mode,
RedirectStatus: types.Int32(params.RedirectStatus),
ProxyHost: params.ProxyHost,
WithQuery: params.WithQuery,
IsBreak: params.IsBreak,
IsOn: params.IsOn,
})