mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-17 17:24:27 +08:00
新增 html
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user