- 将“是否使用现有配置重新生成扩展?”修改为“确定使用当前配置?” -保持确认逻辑不变,仅优化提示语句的表达方式
@@ -36,7 +36,7 @@ class ComposerGenerator
]
);
- if ($io->confirm('是否使用现有配置重新生成扩展?', true)) {
+ if ($io->confirm('确定使用当前配置?', true)) {
return [
'packageName' => $existingInfo['name'],
'description' => $existingInfo['description'],