Skip to content
This repository has been archived by the owner on Jun 17, 2023. It is now read-only.

Commit

Permalink
修改标题
Browse files Browse the repository at this point in the history
  • Loading branch information
tangshimin committed Jul 6, 2022
1 parent c92bf4f commit b55aac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ private fun computeTitle(state: AppState): String {
val suffix = if (state.isDictation) {
if (state.isReviewWrongList) {
"复习错误单词 - ${state.dictationIndex + 1}"
} else "听写模式 - ${state.dictationIndex + 1}"
} else "听写测试 - ${state.dictationIndex + 1}"
} else {
"${state.typingWord.index + 1}"
}
Expand Down

0 comments on commit b55aac0

Please sign in to comment.