新增 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

@@ -12,6 +12,14 @@ const programs = {
color: "primary",
icon: "logo/quickcommand.png",
},
html: {
name: "html",
bin: "",
argv: "",
ext: "",
color: "deep-orange",
icon: "logo/html.png",
},
shell: {
name: "shell",
bin: "bash",
@@ -118,4 +126,4 @@ const programs = {
icon: "logo/custom.png",
},
};
export default programs
export default programs