Fix decompile rule-set

This commit is contained in:
世界
2024-11-11 16:27:28 +08:00
parent a5a47644de
commit 8b1bb90ded
9 changed files with 49 additions and 61 deletions

View File

@@ -189,7 +189,7 @@ func (r LogicalHeadlessRule) IsValid() bool {
}
type _PlainRuleSetCompat struct {
Version int `json:"version"`
Version uint8 `json:"version"`
Options PlainRuleSet `json:"-"`
}