1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 16:58:06 +08:00

add iterm.go

This commit is contained in:
IT 老营长 @云轩领航-创始人 2023-05-13 00:46:45 +08:00
parent 77b8d8c649
commit 322e7b1c95
2 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,7 @@ fieldset>div.action>div.item { margin-right:10px; height:32px; }
fieldset.input>legend { display:none; }
fieldset.input.key div.action { display:none; }
fieldset.input.key div.status { display:block; position:sticky; bottom:0; }
fieldset.input.key div.output table.content { width:100%; }
fieldset.input.key.simple th { display:none; }
fieldset.input.key.simple td { min-width:40px; }
fieldset.input.date table.content { text-align:center; width:350px; }

View File

@ -109,7 +109,7 @@ Volcanos(chat.ONACTION, {list: ["编译", "源码", "终端", "文档", "计划"
}) },
"编译": function(event, can) { can.onaction.compile(event, can, code.COMPILE) },
"源码": function(event, can) { can.onimport.tabview(can, "", web.CODE_GIT_STATUS, ctx.INDEX) },
"终端": function(event, can) { can.onimport.tabview(can, "", [web.CODE_XTERM, "sh"].join(mdb.FS), ctx.INDEX) },
"终端": function(event, can) { can.onimport.tabview(can, "", [web.CODE_XTERM, "ish"].join(mdb.FS), ctx.INDEX) },
"文档": function(event, can) { can.onimport.tabview(can, "", web.WIKI_WORD, ctx.INDEX) },
"计划": function(event, can) { can.onimport.tabview(can, "", web.TEAM_PLAN, ctx.INDEX) },
"桌面": function(event, can) { can.onimport.tabview(can, "", "web.chat.macos.desktop", ctx.INDEX) },