mirror of
https://shylinux.com/x/volcanos
synced 2025-05-05 20:57:01 +08:00
opt cli
This commit is contained in:
parent
ffef2cd892
commit
9329fc01b8
@ -363,6 +363,10 @@ fieldset>form.option>div.item input.args.tiny {
|
|||||||
fieldset>form.option>div.item input.args {
|
fieldset>form.option>div.item input.args {
|
||||||
width:82px; height:21px; font-size:16px;
|
width:82px; height:21px; font-size:16px;
|
||||||
}
|
}
|
||||||
|
fieldset>form.option>div.item input[name=cmd] {
|
||||||
|
background-color:black; color:white;
|
||||||
|
width:160px;
|
||||||
|
}
|
||||||
fieldset>form.option>div.item input.args.cmd {
|
fieldset>form.option>div.item input.args.cmd {
|
||||||
background-color:black; color:white;
|
background-color:black; color:white;
|
||||||
width:160px;
|
width:160px;
|
||||||
@ -603,3 +607,7 @@ body.print fieldset.Action fieldset.plugin {
|
|||||||
body.print fieldset.River>div.output div.list div.item {
|
body.print fieldset.River>div.output div.list div.item {
|
||||||
background-color:white;
|
background-color:white;
|
||||||
}
|
}
|
||||||
|
body.print fieldset.River>div.output div.item.select {
|
||||||
|
background-color:white;
|
||||||
|
border:solid 2px red;
|
||||||
|
}
|
||||||
|
@ -111,8 +111,7 @@ Volcanos({name: "chat", iceberg: "/chat/", volcano: "/frame.js",
|
|||||||
}},
|
}},
|
||||||
"operate": {name: "运维群", storm: {
|
"operate": {name: "运维群", storm: {
|
||||||
"cli": {name: "系统 cli", index: [
|
"cli": {name: "系统 cli", index: [
|
||||||
"system", "daemon", "python", "output",
|
"qrcode", "daemon", "system", "runtime",
|
||||||
"runtime", "process",
|
|
||||||
]},
|
]},
|
||||||
"web": {name: "网络 web", index: [
|
"web": {name: "网络 web", index: [
|
||||||
"route", "serve", "space", "dream",
|
"route", "serve", "space", "dream",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user