chore: align with legacy behavior

This commit is contained in:
wwqgtxx
2026-02-12 16:25:08 +08:00
parent a949ad883c
commit 6eb27ac3dc
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ type VmessOption struct {
type VmessUser struct {
Username string `inbound:"username,omitempty"`
UUID string `inbound:"uuid"`
AlterID int `inbound:"alterId"`
AlterID int `inbound:"alterId,omitempty"`
}
func (o VmessOption) Equal(config C.InboundConfig) bool {