forked from x/icebergs
opt some
This commit is contained in:
parent
155177ea92
commit
0bee5d064d
@ -502,7 +502,9 @@ var Index = &ice.Context{Name: "web", Help: "网络模块",
|
||||
})
|
||||
}},
|
||||
|
||||
ice.WEB_SPIDE: {Name: "spide", Help: "蜘蛛侠", List: kit.List(
|
||||
ice.WEB_SPIDE: {Name: "spide", Help: "蜘蛛侠", Meta: kit.Dict(
|
||||
"remote", "pod",
|
||||
), List: kit.List(
|
||||
kit.MDB_INPUT, "text", "name", "name",
|
||||
kit.MDB_INPUT, "button", "value", "查看", "action", "auto",
|
||||
kit.MDB_INPUT, "button", "value", "返回", "cb", "Last",
|
||||
|
@ -124,6 +124,8 @@ var Index = &ice.Context{Name: "tmux", Help: "工作台",
|
||||
m.Cmdy(prefix, "show-buffer").Set("append")
|
||||
}},
|
||||
"buffer": {Name: "buffer", Help: "缓存", List: kit.List(
|
||||
"remote", "pod",
|
||||
), List: kit.List(
|
||||
kit.MDB_INPUT, "text", "name", "buffer", "action", "auto",
|
||||
kit.MDB_INPUT, "text", "name", "value",
|
||||
kit.MDB_INPUT, "button", "value", "查看", "action", "auto",
|
||||
|
Loading…
x
Reference in New Issue
Block a user