forked from x/volcanos
add some
This commit is contained in:
parent
a7b1c95407
commit
b0a2f00577
@ -493,6 +493,7 @@ div.plug legend { border-radius:0; }
|
|||||||
fieldset>legend { box-shadow:var(--legend-box-shadow); }
|
fieldset>legend { box-shadow:var(--legend-box-shadow); }
|
||||||
fieldset>form.option>div.item:not(.icon) { box-shadow:var(--input-box-shadow); }
|
fieldset>form.option>div.item:not(.icon) { box-shadow:var(--input-box-shadow); }
|
||||||
fieldset>div.action div.item:not(.state) { box-shadow:var(--input-box-shadow); }
|
fieldset>div.action div.item:not(.state) { box-shadow:var(--input-box-shadow); }
|
||||||
|
fieldset>div.action div.item:first-child { margin-left:var(--input-margin); }
|
||||||
fieldset>div.action>div.tabs { box-shadow:var(--legend-box-shadow); }
|
fieldset>div.action>div.tabs { box-shadow:var(--legend-box-shadow); }
|
||||||
fieldset>div.action>div.cmds { box-shadow:var(--legend-box-shadow); }
|
fieldset>div.action>div.cmds { box-shadow:var(--legend-box-shadow); }
|
||||||
fieldset>div.status>legend { box-shadow:var(--legend-box-shadow); }
|
fieldset>div.status>legend { box-shadow:var(--legend-box-shadow); }
|
||||||
|
@ -128,12 +128,14 @@ Volcanos(chat.ONACTION, {list: ["刷新数据",
|
|||||||
function(can) { if (can.sub.ui.profile) { return "预览" } },
|
function(can) { if (can.sub.ui.profile) { return "预览" } },
|
||||||
function(can) { if (can.sub.ui.display) { return "演示" } },
|
function(can) { if (can.sub.ui.display) { return "演示" } },
|
||||||
],
|
],
|
||||||
["调试",
|
function(can) { if (can.misc.Search(can, ice.MSG_DEBUG)) {
|
||||||
function(can) { if (can.Conf("_help")) { return "查看文档" } },
|
return ["调试",
|
||||||
"查看脚本", "查看源码", "查看镜像",
|
function(can) { if (can.Conf("_help")) { return "查看文档" } },
|
||||||
"查看通知", "查看视图", "查看数据", "会话存储", "本地存储",
|
"查看脚本", "查看源码", "查看镜像",
|
||||||
"查看报文", "查看配置", "查看日志", "删除工具",
|
"查看通知", "查看视图", "查看数据", "会话存储", "本地存储",
|
||||||
],
|
"查看报文", "查看配置", "查看日志", "删除工具",
|
||||||
|
]
|
||||||
|
} },
|
||||||
],
|
],
|
||||||
_engine: function(event, can, button) { can.Update(event, [ctx.ACTION, button].concat(can.Input())) },
|
_engine: function(event, can, button) { can.Update(event, [ctx.ACTION, button].concat(can.Input())) },
|
||||||
_switch: function(can, sub, mode, save, load) {
|
_switch: function(can, sub, mode, save, load) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user