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

Commit

Permalink
更新帮助文档
Browse files Browse the repository at this point in the history
  • Loading branch information
tangshimin committed Jul 22, 2022
1 parent ef427ae commit 4713f81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/kotlin/dialog/HelpDialog.kt
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ fun ShortcutKeyPage() {
append(" $ctrl + B ")
}
withStyle(style = SpanStyle(color = MaterialTheme.colors.onBackground)) {
append(" 激活复制功能,激活后,不要先抄写就可以自由的复制")
append(" 激活复制功能,激活后,不用先抄写就可以自由的复制,可用用 Ctrl + A 全选")
}

}
Expand Down Expand Up @@ -715,7 +715,7 @@ fun ShortcutKeyPage() {
append(" Ctrl + F ")
}
withStyle(style = SpanStyle(color = MaterialTheme.colors.onBackground)) {
append(" 如果当前词库没有查到,会搜索内置词典")
append(" 会优先搜索当前词库,如果当前词库没有查到,再搜索内置词典")
}
}
Text(annotatedString)
Expand Down

0 comments on commit 4713f81

Please sign in to comment.