mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-28 20:02:44 +08:00
修复mainHide属性未正确修改的BUG
This commit is contained in:
parent
eb17456d4d
commit
07cb22ff0e
@ -56,9 +56,7 @@ const getValidCommand = (command) => {
|
||||
command.features.cmds = getLabeledCmds(cmds, explain);
|
||||
|
||||
// 不需要显示输入框的输入类型,添加mainHide属性
|
||||
if (outputTypes[command.output].outPlugin) {
|
||||
command.features.mainHide = true;
|
||||
}
|
||||
command.features.mainHide = outputTypes[command.output].outPlugin || false;
|
||||
|
||||
// 生成唯一code
|
||||
if (!command.features.code) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user