mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2026-03-11 02:49:57 +00:00
fix: incorrect use of hyphen
This commit is contained in:
@@ -35,7 +35,7 @@ type SudokuOption struct {
|
||||
type SudokuHTTPMaskOptions struct {
|
||||
Disable bool `inbound:"disable,omitempty"`
|
||||
Mode string `inbound:"mode,omitempty"`
|
||||
PathRoot string `inbound:"path_root,omitempty"`
|
||||
PathRoot string `inbound:"path-root,omitempty"`
|
||||
}
|
||||
|
||||
func (o SudokuOption) Equal(config C.InboundConfig) bool {
|
||||
|
||||
Reference in New Issue
Block a user