支持features.mainHide

This commit is contained in:
fofolee 2024-12-29 09:40:55 +08:00
parent 79ce219c6c
commit bdffb7d681

View File

@ -571,6 +571,10 @@ export default {
if (verify !== true) { if (verify !== true) {
return quickcommand.showMessageBox(verify, "error"); return quickcommand.showMessageBox(verify, "error");
} }
if (outputTypes[updateData.output].outPlugin) {
updateData.features.mainHide = true;
}
// //
let rules = this.cmdMatch; let rules = this.cmdMatch;
if (this.cmdType.name === "files") { if (this.cmdType.name === "files") {