需要图片数目
{{ modalItem.params_type.min_images === modalItem.params_type.max_images ? modalItem.params_type.min_images : modalItem.params_type.min_images + ' ~ ' + modalItem.params_type.max_images }}
需要文字数目
{{ modalItem.params_type.min_texts === modalItem.params_type.max_texts ? modalItem.params_type.min_texts : modalItem.params_type.min_texts + ' ~ ' + modalItem.params_type.max_texts }}
其他参数(命令行选项)
{{ opt.names.join('│') }}
{{ opt.help_text }}
示例指令
{{ generateExample(modalItem) }}