docs(zh-cn): 修正命令面板快捷键显示不全并润色中文文档 / Fix incomplete command palette shortcut and polish Chinese docs - #259
Open
imsquner wants to merge 1 commit into
Open
docs(zh-cn): 修正命令面板快捷键显示不全并润色中文文档 / Fix incomplete command palette shortcut and polish Chinese docs#259imsquner wants to merge 1 commit into
imsquner wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
中文 / Chinese
首先感谢这个项目的贡献,作为使用者我们从中受益很大。
这次提交主要针对我们在使用中文文档时发现的快捷键显示不全问题:
1. 快捷键修正(本次主要发现)
README.zh-cn.md「使用步骤」中命令面板快捷键仅写了
Cmd+Shift+P(macOS),Windows/Linux 用户无法直接使用。已改为跨平台写法Cmd/Ctrl + Shift + P,与set-api-key.nls.zh-cn.md保持一致。2. 顺带润色项
show-models.nls.zh-cn.md中「在选取器中向下滚动」统一为「在模型选择器中向下滚动」。如果还有其他问题,欢迎联系我们继续协助解决。
English
First of all, thanks for this project — as users we've benefited a lot from it.
This PR mainly addresses the incomplete command palette shortcut we found while using the Chinese docs:
1. Shortcut fix (main finding)
In
README.zh-cn.md"Usage", the command palette shortcut was only written asCmd+Shift+P(macOS), which is unusable for Windows/Linux users. Changed to the cross-platform formCmd/Ctrl + Shift + P, consistent withset-api-key.nls.zh-cn.md.2. Incidental polish
show-models.nls.zh-cn.md, "在选取器中向下滚动" → "在模型选择器中向下滚动".If there are any other issues, feel free to reach out and we'll help continue.