mirror of
http://124.126.16.154:8888/singularity/hdk-skeleton.git
synced 2026-01-15 03:35:06 +08:00
fix(installer): 不建议使用中文描述
Closes #11 Signed-off-by: 李东云 <dongyu.li@luxcreo.ai>
This commit is contained in:
@@ -190,7 +190,7 @@ class OptionalPackages
|
|||||||
''
|
''
|
||||||
);
|
);
|
||||||
$this->description = $this->io->askAndValidate(
|
$this->description = $this->io->askAndValidate(
|
||||||
"\n <question>一句话描述下这个项目吧</question>(默认:{$this->description})\n ",
|
"\n <question>一句话描述下这个项目吧,中文可能导致报错</question>(默认:{$this->description})\n ",
|
||||||
function ($value) {
|
function ($value) {
|
||||||
return trim($value);
|
return trim($value);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user