mirror of
https://shylinux.com/x/icebergs
synced 2025-06-26 18:37:29 +08:00
add some
This commit is contained in:
parent
ec7f5eba8e
commit
d745552827
@ -15,7 +15,11 @@ func init() {
|
|||||||
case web.CHAT_PORTAL:
|
case web.CHAT_PORTAL:
|
||||||
web.RenderMain(m)
|
web.RenderMain(m)
|
||||||
default:
|
default:
|
||||||
web.RenderCmd(m, cmd, kit.Slice(arg, 1))
|
if m.IsCliUA() {
|
||||||
|
m.Cmdy(arg, m.Optionv(ice.ARG)).RenderResult()
|
||||||
|
} else {
|
||||||
|
web.RenderCmd(m, cmd, kit.Slice(arg, 1))
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}},
|
}},
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user