fix config

This commit is contained in:
2026-04-24 09:11:17 +08:00
parent 820f3435d3
commit b2bfcc5e5e

View File

@@ -24,6 +24,8 @@ func Get() *Config {
return &Config{Hostname: host, Account: "zhang", AccountID: "8889616198"} return &Config{Hostname: host, Account: "zhang", AccountID: "8889616198"}
case "f7tib45aqk4n10h": case "f7tib45aqk4n10h":
return &Config{Hostname: host, Account: "long", AccountID: "8886508526"} return &Config{Hostname: host, Account: "long", AccountID: "8886508526"}
case "ba0wpr7xkrbr5l7":
return &Config{Hostname: host, Account: "hu", AccountID: "8889975553"}
} }
return nil return nil
} }