mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2026-03-04 21:07:30 +00:00
fix: try fixing automatic policy
This commit is contained in:
@@ -89,6 +89,7 @@ func (f *Fallback) MarshalJSON() ([]byte, error) {
|
||||
"all": all,
|
||||
"testUrl": f.testUrl,
|
||||
"expectedStatus": f.expectedStatus,
|
||||
"fixed": f.selected,
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
@@ -170,6 +170,7 @@ func (u *URLTest) MarshalJSON() ([]byte, error) {
|
||||
"all": all,
|
||||
"testUrl": u.testUrl,
|
||||
"expectedStatus": u.expectedStatus,
|
||||
"fixed": u.selected,
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user