mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-08 14:34:13 +08:00
支持features.mainHide
This commit is contained in:
parent
79ce219c6c
commit
bdffb7d681
@ -571,6 +571,10 @@ export default {
|
||||
if (verify !== true) {
|
||||
return quickcommand.showMessageBox(verify, "error");
|
||||
}
|
||||
|
||||
if (outputTypes[updateData.output].outPlugin) {
|
||||
updateData.features.mainHide = true;
|
||||
}
|
||||
// 匹配文件时,额外添加文件类型
|
||||
let rules = this.cmdMatch;
|
||||
if (this.cmdType.name === "files") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user