From b2bfcc5e5e361f94d58f6695dd5c51f60132e6cc Mon Sep 17 00:00:00 2001 From: yanweidong Date: Fri, 24 Apr 2026 09:11:17 +0800 Subject: [PATCH] fix config --- internal/conf/config.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/conf/config.go b/internal/conf/config.go index c7fcf55..ff4d00c 100644 --- a/internal/conf/config.go +++ b/internal/conf/config.go @@ -24,6 +24,8 @@ func Get() *Config { return &Config{Hostname: host, Account: "zhang", AccountID: "8889616198"} case "f7tib45aqk4n10h": return &Config{Hostname: host, Account: "long", AccountID: "8886508526"} + case "ba0wpr7xkrbr5l7": + return &Config{Hostname: host, Account: "hu", AccountID: "8889975553"} } return nil }