1
0
mirror of https://github.com/fumiama/emozi.git synced 2026-06-19 10:26:32 +08:00

feat: add cmd

This commit is contained in:
源文雨
2024-02-15 17:14:56 +09:00
parent 96223b1b74
commit 7e641e891e
11 changed files with 712 additions and 488 deletions

View File

@@ -331,6 +331,5 @@ func SplitPinyin(pf string) (sm, ym, sd string, err error) {
return
}
t := 识调(pf)
println(s, y, t)
return s.String(), y.String(), t.String(), nil
}