Compare commits

..

1 Commits

Author SHA1 Message Date
方柳煜
2d0f0948d7
Merge 3eb2a36f3b into 9cb3a5019f 2026-02-01 15:44:31 +00:00

View File

@ -383,7 +383,7 @@ func newHandouGame(target idiomJSON) func(string) (bool, []byte, error) {
tickTruePinyin[i] = string(tickTruePinyinChar)
tickExistPinyin[i] = string(tickExistPinyinChar)
}
if len(record) >= 2 {
if len(record) == 2 {
tickTruePinyin[0] = pinyin[0]
tickExistChars[0] = chars[0]
}