🐛 Fix name compatibility
This commit is contained in:
6
bin/README_CN.md
vendored
6
bin/README_CN.md
vendored
@@ -61,16 +61,16 @@ pake [url] [options]
|
||||
|
||||
指定应用程序的名称,如果未指定,系统会提示您输入,建议使用英文单词。
|
||||
|
||||
**注意**: 也支持多个单词,会自动处理不同平台的命名规范:
|
||||
**注意**: 支持带空格的名称,会自动处理不同平台的命名规范:
|
||||
|
||||
- **Windows/macOS**: 保持空格和大小写(如 `"Google Translate"`)
|
||||
- **Linux**: 转换为小写并用连字符连接(如 `"google-translate"`)
|
||||
- **Linux**: 自动转换为小写并用连字符连接(如 `"google-translate"`)
|
||||
|
||||
```shell
|
||||
--name <string>
|
||||
--name MyApp
|
||||
|
||||
# 多个单词(如需要):
|
||||
# 带空格的名称:
|
||||
--name "Google Translate"
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user