新增 html

This commit is contained in:
fofolee
2022-04-22 17:32:22 +08:00
parent 0909e76bbb
commit 9101892376
5 changed files with 31 additions and 5 deletions

View File

@@ -113,6 +113,8 @@ export default {
}
!outPlugin && this.showRunResult(stdout, true, action);
});
} else if (currentCommand.program === "html") {
this.showRunResult(currentCommand.cmd, true, action);
} else {
let option =
currentCommand.program === "custom"