by Robin a t

This commit is contained in:
Leufolium 2024-06-14 08:21:41 +08:00
parent 2422bce16b
commit 8d85fcca10
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ func main() {
if err != nil {
fmt.Printf("GetStreamerAcctList err :%v", err)
}
fmt.Printf("总共%v个", len(list))
for _, acct := range list {
acct.PinYin = strings.Join(pinyin.LazyConvert(acct.Name, nil), "")